For some reason, my website hits me with a database error when I try to login or perform a database query and I'm not sure why this is happening. Server Error in '/' Application: A network-related or instance-specific error occurred while establishing a connection to SQL Server. I have the correct database connection string, because when I run it in Visual Studio locally it still hits the remote DB and works perfectly. I have also turned off customErrors in Web.config. This is an ASP.NET MVC4 application running on the .NET 4.5 lab instance, maybe there is something on your end that needs to be configured? In case you were wondering the URL is at: http://user1432.netfx45lab.discountasp.net Thanks.
Still can't query the database, go here: http://user1432.netfx45lab.discountasp.net/Account/LogOn And then login with these credentials Username: tester Password: asdfasdf Seems like a database connection issue, any suggestions?