I uploaded my site to IIS 7 Windows Server 2008. Everything is working fine. My site also uses a database SQLto keep track of users. But when I try to log in, I get the following error.
Cannot open database "MyCoolDb" requested by the login. The login failed.
Login failed for user 'IIS APPPOOL\ASP.NET v4.0'.
Ausnahmedetails: System.Data.SqlClient.SqlException: Cannot open database
"MyCoolDb"
requested by the login. The login failed.
Login failed for user 'IIS APPPOOL\ASP.NET v4.0'.
source
share