asp.net mvc - Running into an SQL Error with an MVC Application deployed on IIS -
So I'm new to working on web projects in general I was working on an MVC application in Visual Studio 2008 I am I have created a SQL database inside VS, and I have appointed my application on IIS. However, when I try to do something that will spark an SQL query, I get the following error:
"Because the user's local application data failed to recover SQL The server failed to generate a user instance. Please make sure that the user has a local user profile on the computer. Ga. "
I hit Google on this issue, and people have been doing it for many solutions suggested but I'm unsure how many of them are relevant to me when I VS 2008. I have tried some simple things like setting the Trust level to complete, and IIS has to set the user profile to correct, but there is no luck yet.
Which of the applications have you posted, what version of SQL is running? If this is not SQL Express, then you have to remove "user instance = true" from the connection string.
Comments
Post a Comment