Ver Mensaje Individual
  #1 (permalink)  
Antiguo 12/09/2008, 10:05
Avatar de xlugo2002
xlugo2002
 
Fecha de Ingreso: noviembre-2002
Ubicación: Puebla, México
Mensajes: 474
Antigüedad: 21 años, 6 meses
Puntos: 0
SQLExpress & VisualStudio 2008

Hola, instale el visual studio 2008 con todas sus caracteristicas. Estoy probando lo de la atenticacion y autorizacion de los provedores .net

Hasta ahora como prueba he hecho una pagina de login y orra de add_user (agregar usuario); si ejecuto estas .aspx desde de Visual Studio funciona bien.

Pero si trato de ver esas mismas .aspx directamente desde el Internet Information Server me sale el mansaje de abajo:


Server Error in '/membershipSQLServerEX' Application.
Cannot open database "testa" requested by the login. The login failed.
Login failed for user 'ATIC-ACF8A291A5\ASPNET'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: Cannot open database "testa" requested by the login. The login failed.
Login failed for user 'ATIC-ACF8A291A5\ASPNET'.

en mi web.xml

<connectionStrings>
<add name="memberDB" connectionString="Data Source=ATIC-ACF8A291A5;Initial Catalog=testa;Integrated Security=True" providerName="System.Data.SqlClient" />
</connectionStrings>

Esto debe ser facil, gracias por su ayuda camaradas

Última edición por xlugo2002; 12/09/2008 a las 10:24