I have installed demo version in DNN 4.05.03 with SQL Express 2005 on local machine, i get the following on dropping the module on a page:-
Error: Reports is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: Cannot open user default database. Login failed. Login failed for user 'NT AUTHORITY\NETWORK SERVICE' ---> System.Data.SqlClient.SqlException: Cannot open user default database. Login failed. Login failed for user 'NT AUTHORITY\NETWORK SERVICE'. at .....
So is it trying to log on to the dnn database as Network Services and not use the dnn web.config connection string??
Iv'e added the httphandler into the webconfig. |