Hi All,
I have created a asp.net website which works fine in visual studio 2005. I am using IIS 6.0 and Windows Server 2003.
In my asp.net application, I have created several roles and users. When I run from the IIS, the first page where login is asked does load properly. When I enter credentials for any of the users I made, I get the following error:
Failed to generate a user instance of SQL Server due to failure in retrieving the user's local application data path. Please make sure the user has a local user profile on the computer. The connection will be 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.Data.SqlClient.SqlException: Failed to generate a user instance of SQL Server due to failure in retrieving the ...
Go to the complete details ...