I have a web project (c# asp.net, EF 4 and MS SQL 2008 & IIS 7)
I need to move my website (that was working with no problem in CASSINI) to IIS 7 locally.
So locally in IIS I have my Default Web Site with my deploy. Both my deploy and Default Web Site are on pool ASP.NET v4.0 (look image for the setting) the pool target framework 4 as my web project.
When browsing the site, the browser does not show the page and allow the browser to downalod the page instead.
Using the Event Logger I see this errors.
I have other project running on IIS locally and they run no problem (but they do not use EF). It is more that 8 hours I try to fix it but with no success ... any ideas? many thanks guys!
Exception information:
Exception type: EntityException
Exception message: The underlying provider failed on Open.
at System.Data.EntityClient.EntityConnection.OpenStoreConnectionIf(Boolean openCondition, DbConnection storeConnectionToOpen, DbConnection originalConnection, String exceptionCode, String attemptedOperation, Boolean& closeStoreConnectionOnFailure)
Login failed for user 'IIS APPPOOL\ASP.NET v4.0'.
at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)
at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
at System.Data.SqlClient.SqlConnection.Open()
at System.Data.EntityClient.EntityConnection.OpenStoreConnectionIf(Boolean openCondition, DbConnection storeConnectionToOpen, DbConnection originalConnection, String exceptionCode, String attemptedOperation, Boolean& closeStoreConnectionOnFailure)
UPDATE: You can read in the resources in this page that permission must be grant on MS SQL 2008 manually as arift explain in his answer. Using IIS 7.5 and MS SQL 2008 R2 manual setting for the permission should not be necessary.


