Hi forum,
What I have done so far :
*Installed DNN 5.1 on local machine and modified with skins and navigatoin modules.Newly created and modified working fine in local.
*Created Portal http aliases "scrapbooksupplydirect.com" and "www.scrapbooksupplydirect.com "
*Changed the webconfig file's connection strings.What i have changed is as follows---
<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=75.50.25.63;Database=Scrap1;uid=scrap1u;pwd=abcde;" 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=75.50.25.63;Database=Scrap1;uid=scrap1u;pwd=abcde;"/>
<add key="InstallTemplate" value="DotNetNuke.install.config" />
<add key="AutoUpgrade" value="false" />
<add key="UseInstallWizard" value="false" />
|
*Copied all files under localhost/dotnetnuke folder and upload via FTP to the root folder( httpdocs/ ) [no sub folder or virtual directoy) of my hosting account.
*My Hosting company provided the follwing privilleges for the root directory "httpdocs"-------
Permissions for "plesk IIS WP USER (IWPD_51(scrap36)) :
read control -> Checked
Execute control ->Cheaked
Traverse Folder/Execute file -> Cheked
List Folder / Read Data -> Checked
*Modified Asp.net with 2.0,preferrences with wirte and execute permissions and default.aspx as the first default.
But when i use to browse my production site "scrapbooksupplydirect.com", I am getting the following error---->
This site is currently Unavailable
Please check back later
Friends I need your help now and I am struggling about 4 days with hosting itself.
Regards
Riaz