Hello all,
Firs of all thanx to DNN developers – including mod. Developers for Great platform!
I hope this thread will be useful in the future for all of those who has troubles with setting web.config – after reading carefully installation guide!
-------------------------
System req.
winXP corp
service pack 2
Visual web developer 2005 Express Edition
SQL Server 2005 \ Express (with a simple SQL Server Configuration Manager)
DNN 4x installation Starter kit
----------------------------
I was going by the instructions in installation guide an till I got to the part about setting up the web.config file
---- this are my actual settings (didn’t’ change any thing – nothing at all as it was in relise.config)
<connectionStrings>
<!-- Connection String for SQL Server 2005 Express -->
<add name="SiteSqlServer" connectionString="Data Source=.\SQLExpress;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|Database.mdf;" providerName="System.Data.SqlClient" />
<!-- Connection String for SQL Server 2000/2005
<add
name="SiteSqlServer"
connectionString="Server=(local);Database=DotNetNuke;uid=;pwd=;"
providerName="System.Data.SqlClient" />
-->
</connectionStrings>
<appSettings>
<!-- Connection String for SQL Server 2005 Express - kept for backwards compatability - legacy modules -->
<add key="SiteSqlServer" value="Data Source=.\SQLExpress;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|Database.mdf;" />
<!-- Connection String for SQL Server 2000/2005 - kept for backwards compatability - legacy modules
<add key="SiteSqlServer" value="Server=(local);Database=DotNetNuke;uid=;pwd=;"/>
-->
<add key="InstallTemplate" value="DotNetNuke.install.config" />
<!-- Alternative Install Templates (included in package)
<add key="InstallTemplate" value="Club.install.config" />
<add key="InstallTemplate" value="Personal.install.config" />
<add key="InstallTemplate" value="SmallBusiness.install.config" />
-->
<add key="AutoUpgrade" value="true" />
<add key="InstallMemberRole" value="true" />
<add key="ShowMissingKeys" value="false" />
<add key="EnableWebFarmSupport" value="false" />
<add key="EnableCachePersistence" value="false" />
<add key="InstallationDate" value="4/5/2006" />
</appSettings>
---
Made direct debugging Ctrl + F5
Installation was done successfully
And I had my portal running
Than I’ve tried to register a new user
And I faced an error – that sad
An error has occurred.
Error: Register is currently unavailable.