Please advise in the below error after publishing ASP.NET web application from IIS .
SQL Authentication mode is mixed
Environment : - Windows Server 2008 r2 Enterprice
- MS SQL 2008 R2
- MS Visual Studio 2010
Server Error in '/' Application.
ExecuteReader requires an open and available Connection. The connection's current state is closed.
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.InvalidOperationException: ExecuteReader requires an open and available Connection. The connection's current state is closed.
ba7ranya
Member
2 Points
4 Posts
Runtime Error : ExecuteReader requires an open and available Connection.
May 07, 2012 12:44 PM|LINK
Hi All,
Please advise in the below error after publishing ASP.NET web application from IIS .
SQL Authentication mode is mixed
Environment : - Windows Server 2008 r2 Enterprice
- MS SQL 2008 R2
- MS Visual Studio 2010
Server Error in '/' Application.
ExecuteReader requires an open and available Connection. The connection's current state is closed.
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.InvalidOperationException: ExecuteReader requires an open and available Connection. The connection's current state is closed.