I'm having an issue with a "This site is currently unavailable" error message. A while back, the site had to be moved to a different server, so I think the likely problem is database connection related. I was not the one who initially developed the site, so it's currently a bit like I'm fumbling around in the dark. The developer who put this together has since left the company, and it has fallen to me to figure out this issue. I know almost nothing about DNN other than the research I've done trying to figure out this error.
My setup: Windows Server 2008,SQL Express with which I use Windows Authentication to connect, ASP 2.0, not sure which version of DNN.
Here's my connection string in webconfig:
<add name="SiteSqlServer" connectionString="Data Source=.\SQLExpress;AttachDbFilename=|DataDirectory|Database.mdf;Integrated Security=True;User ID=dnnuser;User Instance=True" providerName="System.Data.SqlClient" />
I've tried various changes to the connection string with no luck. On a side note, there are some modules that connect to another database along side the dnndb database.
If anyone can help me troubleshoot this, I would be incredibly grateful.