Hi. I was hoping for some help in setting up DotNetNuke (web.config).
I have installed IIS and have configured a Web Site on a remote server. I develop on my local machine using 'Visual Web Developer 2008'.
I created a new web site and chose the template 'DotNetNuke Web Application'. I am a little confused regards configuring the web.config file? Here is what I have done:
Connection String:
[quote]
<add name="MY-SERVER" connectionString="Server=(MY-SERVER\MyNamedInstance);Database=DotNetNuke;uid=myusername;pwd=********;"
="System.Data.SqlClient" />
[/quote]
<appSettings>
[quote]
add key="MY-SERVER" value="Server=(MY-SERVER\MyNamedInstance);Database=DotNetNuke;uid=myusername;pwd=*******;"/> providerName="System.Data.SqlClient" />
[/quote]
I get a run time error when I hit CTRL+F5 on the web.config file? http://1.1.1.1/MyWebSite/
I created a Database within SQL Server 2005 - DotNetNuke (empty).
In the real world I would like to connect to 'Development' database within SQL Server 2005, however I do not know the implications when configuring DotNetNuke to connect? Will it alter tables?
Help very much appreciated.
Kind Regards,
Philip