Strange DB/Auth Issue

Discussion in 'General troubleshooting' started by Fanatacist, Jul 6, 2012.

  1. 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.
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    don't see any error when hitting your site?? problem resolved?
     

Share This Page