hi all,
i am using source code of nopcommerce. i have build it using vs2013 installed database on mysql express i customized the source code for my requirements its working fine in visual studio 2013. so i want to make it work in iis i am getting error

"Cannot open database "nopStore36" requested by the login. The login failed.
Login failed for user 'NT AUTHORITY\NETWORK SERVICE'."
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 "nopStore36" requested by the login. The login failed.
Login failed for user 'NT AUTHORITY\NETWORK SERVICE'.



i gave full permissions to NT AUTHORITY still not able to solve this. Can any one help how to solve it and run in iis localhost. Thank You.