Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Manual Installation on GodaddyManual Installation on Godaddy
Previous
 
Next
New Post
6/14/2006 6:05 PM
 
    By the way, I was on my other account ( waterloo ) when I posted earlier about my sucessful install..
I wanted to remind everybody that  DotNetNuke 4.3.0 (not 4.0.3 might be confusing)  is out since yesterday and you can download it on dotnetnuke.com.. I don't know if that made it work because when i saw JetJams instructions I automatically went to download ver. 4.3.0 and tried it
So everybody, make sure u have the newest version and thanks again Micheal, I won't need your files anymore :)
 
New Post
6/14/2006 6:53 PM
 

razzy911 wrote
    By the way, I was on my other account ( waterloo ) when I posted earlier about my sucessful install..
I wanted to remind everybody that  DotNetNuke 4.3.0 (not 4.0.3 might be confusing)  is out since yesterday and you can download it on dotnetnuke.com.. I don't know if that made it work because when i saw JetJams instructions I automatically went to download ver. 4.3.0 and tried it
So everybody, make sure u have the newest version and thanks again Micheal, I won't need your files anymore :)

the install process works for both 4.3.0 and 4.0.3.

I figured out the install process on 4.0.3 first,

then did the same with 4.3.0 late last night.

I'm very glad it is working for every one with a GoDaddy account.

 
New Post
6/15/2006 1:39 AM
 
Micheal,
Despite all the help and guidance, I have not been able to setup DNN on godaddy.
I have done exactly what you and others have mentioned in the forum.
Here is a brief of what I have done -
 
1. got dnn version 4.3.0
2. extracted to local hard drive
3. created sql server database in hosting manager
4. got the d/b and server name information
5. updated the web.config file on local drive with connection string (as below)
6. uploaded complete extracted directories to my root account (/myname)
7. created 5 virtual folders in hosting manager (bin, portals, desktopmodules, install and config) with the permissions as you specified
8. copied siteurls.config (in config folder) to the root
9. launched from the web my url - www.mywebsite.com
10. now instead of runtime error I am getting the permission denied error (Error 1 below)
11. Immediately after that if I navigate to the url www.mywebsite.com again, I get Error 2 (below)
12. Checked the database. It creates just one table (Version) and that is blank, no entries.
13. Should I include or not include providerName="System.Data.SqlClient" with the connection string ?
 
Where am I going wrong ? This is my third day....any and all help is appreciated !
Thanks!
 
 
Web.config:
---------------------------------------------------------------------------------------------
<connectionStrings>
   
    <!-- Connection String for SQL Server 2000/2005-->
    <add name="SiteSqlServer" connectionString="Server=whsql-v02.prod.mesa1.secureserver.net;Database=DB_68682;uid=xxx;pwd=xxx;"/>
  
  </connectionStrings>
  <appSettings>
   
    <!-- Connection String for SQL Server 2000/2005 - kept for backwards compatability - legacy modules-->
   
    <add key="SiteSqlServer" value="Server=whsql-v02.prod.mesa1.secureserver.net;Database=DB_68682;uid=xxx;pwd=xxx;"/>
   
    <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"/>
  </appSettings>
 
------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------

The page cannot be displayed

You have attempted to execute a CGI, ISAPI, or other executable program from a directory that does not allow programs to be executed.

Please try the following:

  • Contact the Web site administrator if you believe this directory should allow execute access.

HTTP Error 403.1 - Forbidden: Execute access is denied.
Internet Information Services (IIS)


Technical Information (for support personnel)

  • Go to Microsoft Product Support Services and perform a title search for the words HTTP and 403.
  • Open IIS Help, which is accessible in IIS Manager (inetmgr), and search for topics titled Configuring ISAPI Extensions, Configuring CGI Applications, Securing Your Site with Web Site Permissions, and About Custom Error Messages.
  • In the IIS Software Development Kit (SDK) or at the MSDN Online Library, search for topics titled Developing ISAPI Extensions, ISAPI and CGI, and Debugging ISAPI Extensions and Filters.
-------------------------------------------------------------------
 
------------------------------------------------------------------------------------------------------
Error 2 : (url is http://www.mywebsite.com/)
--------------------------------------------------------------------------------------------------------

DotNetNuke Upgrade Error

The Assembly Version ( [ASSEMBLYVERSION] ) does not match the Database Version ( [DATABASEVERSION] )

ERROR: Could not connect to database.

The stored procedure 'dbo.GetPortalAliasByPortalID' doesn't exist.
 
New Post
6/15/2006 2:38 AM
 
rajan_hans wrote
. . .
------------------------------------------------------------------------------------------------------
Error 2 : (url is http://www.mywebsite.com/)
--------------------------------------------------------------------------------------------------------

DotNetNuke Upgrade Error

The Assembly Version ( [ASSEMBLYVERSION] ) does not match the Database Version ( [DATABASEVERSION] )

ERROR: Could not connect to database.

The stored procedure 'dbo.GetPortalAliasByPortalID' doesn't exist.



Rajan,

You may want to try the method that I found seems to work to avert your error 2:

1. Comment-out (or delete) the following line in web.config: <authentication mode="Forms"> and upload it.

2. Invoke your DNN URL. Note, at this point, you should get a Runtime Error, referencing a web.config Configuration File.

3. Restore the <authentication mode="Forms"> line to your web.config and upload it.

4. Invoke your DNN URL again--this time, the DNN application should install with a successful portal creation. Done.

AT LEAST, THIS HAS REPEATEDLY WORKED FOR ME.

Good luck,

-JPW

 
New Post
6/15/2006 6:51 AM
 

Hey, all - I've been trying to install DNN on GoDaddy for a while now - frustrating experience!

JPW - I tried what you said and it does look like I've "broken" the glass ceiling.

Now, I'm getting this:


Error Installing DotNetNuke

Current Assembly Version: 04.03.00

ERROR: Could not connect to database specified in connectionString for SqlDataProvider

 

Now, my latest installation is the 4.3 version.  Oh, well, I thought I post this.  I'll go on to work and try again tonight!  Thanks!

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Manual Installation on GodaddyManual Installation on Godaddy


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out