I am learning MVC 3 from asp.net.
My MVC 3 has already been tested in IIS AppPool\MySiteName, and it works well.
Using Sql Server Management Studio, I created a new account for IIS AppPool\MySiteName.
I followed this tutorial on βcreating db on the flyβ and I got the error as follows:
Server Error in '/' Application.
--------------------------------------------------------------------------------
Cannot open database "Movies" requested by the login. The login failed.
Login failed for user 'IIS APPPOOL\Getting Started'.
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.
source
share