The underlying provider failed on Open

Posted by aghausman12 on ASP.net Weblogs See other posts from ASP.net Weblogs or by aghausman12
Published on Sat, 01 Sep 2012 18:13:00 GMT Indexed on 2012/09/01 21:38 UTC
Read the original article Hit count: 146

Filed under:
|
The underlying provider failed on Open is an entity framework error and with a simple fix it is little difficult to sort out what is going wrong. 1) if you are using IIS 7 with Integrated Security in connection string. Make sure your IIS user have appropriate permissions to access database. 2) If you are using Visual Studio built in Web Server and facing this issue. Simple fix is to either re-start Visual Studio or Kill the process of Web Server which is (WebDev.WebServer*.exe). I was in the second...(read more)

© ASP.net Weblogs or respective owner

Related posts about ASP.NET

Related posts about Entity Framework