Issue running nopCommerce from my localhost

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 years ago
If I run nopCommerce from with the Visual Web Developer environment everything works fine. I have successfully published it to Localhost however when I go to local host in my browse I get a database login error:

Cannot open database "nopData" requested by the login. The login failed.
Login failed for user 'D620-A117AC\ASPNET'.

I’m using a “ConnectionStrings.config” file identical to the one from the environment (I’ve also tried several modified versions of this file). Any ideas on what am I doing wrong?

Thank you,
David
14 years ago
Hi,

You have to give the aspnet-account on your computer(D620-A117AC\ASPNET) db_owner-rights on database "nopData".

Regards vofflan
14 years ago
Well I did as you have suggested, then I had to undo about a half dozen things I’d done previously to try to get this working… and now the application is now running just fine @loacalhost as I had hoped. Next step deploy it on my hosted site.

Thank you very much for your help!
Cheers,
David
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.