We recently re-located a DNN site from shared hosting to a dedicated server and we are having problems getting the blog module to work. Currently running DNN 4.3.5
Error Message
Error: test is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: 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.
Senario
The module seems to be trying to access the app_data folder which we are not using. The site is using a local instance of SQL Server express(machinename\sqlexpress) and that is where the blog data has always been stored. I ran query profiler and can tell that it is not even touching the SQL Server instance for anything blog related prior to throwing this error.
All connection strings in web.config point to our local SQL Server instance and the rest of the site works just fine.
I am assuming this is a simple fix but having not a lot of experience with DNN I have been unable to resolve this.
Tips, Suggestions and Troubleshooting ideas are welcomed.
Chris Farrell