Greetings, this is my first post at dnn. I have never used dnn but am looking forward to using it. Again, I wish to deploy dnn on a hosted website.
Do I install DNN local and then move it to my webhost?
The install instructions direct you to copy the install.zip file contents into a root folder such as c:\DotNetNuke. Does this equate to the root folder of a web host installation? Or must I create a '\DotNetNuke' folder on my websites root?
In the installation pdf file it instructs you to edit the connection string in web.config .
default code: <add name="SiteSqlServer" connectionString="Server=(local);Database=DotNetNuke;uid=;pwd=;"providerName="System.Data.SqlClient" />
Can anyone provide a sample connection string for a hosted website?
Does the Database have to be named DotNetNuke?
Separately, is there an installation faq for dnn? and if so, where is it located. I can't find one.