Randy Rutecki

Randy Rutecki

  • 1.6k
  • 35
  • 2.8k

MVC Login works locally but not on hosted site

Jun 22 2017 9:22 AM
I started an MVC C# project with just the basic template from Visual Studio 2015. When I register a user and login in everything is fine. The db shows the user and it works as expected.
 
When I go to a host site and FTP the project as is with no changes to the code it appears OK but when I attempt to register or login I get a 500 error.
 
Not sure what I need to change to get this to work on the host site.
 
Any help would be appreciated.
 
 
 

Answers (4)