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