Hosting DNN with Godaddy web server

Last post 03-16-2006 9:26 AM by aprotocall. 77 replies.

Sort Posts:

  • Re: Hosting DNN with Godaddy web server

    06-12-2005, 4:55 PM
    • Member
      35 point Member
    • cd2582
    • Member since 06-10-2005, 4:05 PM
    • Posts 7
    I have installed dnn on godaddy. The install appears to have completed correctly, however I can not access the admin menu options.  The host menu otions all work correctly.  Anyone have any ideas.  I get the an error "Server Error in '/DotNetNuke/admin' Application."  Thanks.
  • Re: Hosting DNN with Godaddy web server

    06-13-2005, 7:17 AM
    • Participant
      1,427 point Participant
    • sowens
    • Member since 12-13-2002, 9:53 AM
    • Santa's Workshop, The North Pole
    • Posts 285
    I had the same problem and I believe that it was corrected with permissions. Make sure you have followed the advice in this thread on setting your site permissions. At least that is what fixed it for me.
    Steven Owens
    SOwens Technologies...we make the net move
  • Re: Hosting DNN with Godaddy web server

    06-13-2005, 10:46 AM
    • Member
      35 point Member
    • cd2582
    • Member since 06-10-2005, 4:05 PM
    • Posts 7
     sowens wrote:
    I had the same problem and I believe that it was corrected with permissions. Make sure you have followed the advice in this thread on setting your site permissions. At least that is what fixed it for me.


    I'm confused on what folders to put what permissions on.  Can you tell me more on this?  What folders? and what permissions?  One thread said every directory and sub-directories, while another said on certain ones.  Any help is appreciated.
  • Re: Hosting DNN with Godaddy web server

    06-13-2005, 11:04 AM
    • Member
      95 point Member
    • JayPak
    • Member since 03-04-2003, 3:06 PM
    • Posts 19
     cd2582 wrote:

    I'm confused on what folders to put what permissions on.  Can you tell me more on this?  What folders? and what permissions?  One thread said every directory and sub-directories, while another said on certain ones.  Any help is appreciated.


    I went thru several trial and errors and had several problems.  Here's how I did it:

    1. Create a virutal directory on the Goaddy website - checked all options (read, write, browse, set root, etc)
    2. FTP a fresh copy (not a local copy already up and running on my machine) to theat virtual folder
    3. Changed the web.config file with the correct server name.  Use the server as listed under your database settings (ie, "goaddy.server1.mesa.net" or whatever it is)
    4. Open a web broweser and type your domain address with a "/" then your virtual directory and viola!

    It's about as easy as that.  I tried several different configurations and settings as suggested in several threads on this forum - but the above seem to work just fine for me.

    As a side note, after I screwed up each installation, I would delete out all the objects in the database (sprocs, tables, views) just in case - although I would imagine the scipts themselves would contain a "if exists..drop" clause.  But I am just anal and paranoid and prefer a fresh clean install after each time I screwed it up.

    Let me know if I can be of any further assistance.
  • Re: Hosting DNN with Godaddy web server

    06-13-2005, 12:30 PM
    • Member
      35 point Member
    • cd2582
    • Member since 06-10-2005, 4:05 PM
    • Posts 7
    I think that did it.  Appears to be working, but haven't thoroughly tested it.  I thought I had already tried this, but then again not sure what I've done since I've tried just about every combination.  Thanks.
  • Re: Hosting DNN with Godaddy web server

    06-13-2005, 2:55 PM
    • Member
      20 point Member
    • m2web
    • Member since 06-05-2005, 6:31 PM
    • Kentucky, USA
    • Posts 4

    Jay,

    What did you do on the SQL Server?

    Thanks

  • Re: Hosting DNN with Godaddy web server

    06-13-2005, 3:21 PM
    • Member
      95 point Member
    • JayPak
    • Member since 03-04-2003, 3:06 PM
    • Posts 19
     m2web wrote:

    Jay,

    What did you do on the SQL Server?

    Thanks



    Actually, I didn't do anything to SQL Server once I got it installed.  DNN installation took care of all of that.   I did have to create some scripts to delete the objects out - in order to do a clean install.  I'm not a 100% sure, but I would think the DNN scripts would overwrite and drop the objects accordingly.  But, as I said, I am just anal and prefer everything to be empty.  If I missed you question, shoot me an email - I updated my profile with my email and would be happy to help in anyway I can.

    JP
  • Re: Hosting DNN with Godaddy web server

    06-13-2005, 3:33 PM
    • Member
      35 point Member
    • cd2582
    • Member since 06-10-2005, 4:05 PM
    • Posts 7
    I can not apply any skins that I upload.  They appear to install fine with no errors.  However this is the error I receive after applying the skin and refreshing the page.

    Server Error in '/DotNetNuke' Application.

    The resource cannot be found.

    Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.

    Requested Url: /DotNetNuke/Default.aspx


  • Re: Hosting DNN with Godaddy web server

    07-12-2005, 12:09 AM
    • Member
      624 point Member
    • tekvaio
    • Member since 04-20-2005, 2:54 PM
    • Posts 126

    I'm having the toughest time doing this, so frustrated even though the instructions are right there.  Just to sum this up, and please correct me if Im doing anything wrong, steps I followed: 

    created a new subdirectory -->> copied DNN folder with extracted files to that new subdirectory (ex:  www.TEST.com/newsubdirectory/DNNfolder  -->> edited web.config file with Server= xxxx.xxxx.mesa1.secureserver.net
     DB name, UserID and Password

    Create a Directory within "Custom Windows Directory Permissions" of the newsubdirectory (add read,web,root) and subdirectory of DNNfolder (add read,web)

    Should this work?  Any help is appreciated.

    Thanks
    TV





     

    Server Error in '/' Application.

    Runtime Error

    Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

    Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

    <!-- Web.Config Configuration File -->
    
    <configuration>
        <system.web>
            <customErrors mode="Off"/>
        </system.web>
    </configuration>

    Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

    <!-- Web.Config Configuration File -->
    
    <configuration>
        <system.web>
            <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
        </system.web>
    </configuration>

  • Re: Hosting DNN with Godaddy web server

    07-12-2005, 3:40 PM
    bumping this in hopes of an answer... we are really having a tough time and want to start small before we start leasing dedicated servers for a website that's not even up yet
  • Re: Hosting DNN with Godaddy web server

    07-12-2005, 4:50 PM
    • Member
      95 point Member
    • JayPak
    • Member since 03-04-2003, 3:06 PM
    • Posts 19

    Did you set the debug mode so you can see the error message?

    Another thing that I did was to completely delete all the contents of the sub folder and well as all objects in the databse and do a brand new install (whenever I run into funky problems).  Note that if you copy your local copy of DNN from a machine that is working fine, this can cause problems - at least in my experience.

  • Re: Hosting DNN with Godaddy web server

    07-12-2005, 5:31 PM
    • Member
      624 point Member
    • tekvaio
    • Member since 04-20-2005, 2:54 PM
    • Posts 126

    Thanks for the response. So you deleted the files that GoDaddy Provided, (For Example:  gdform.asp, gdform.php, welcome.html, stats(folder)?

    I did turn debug own, or atleast I did what the error told me to do.

  • Re: Hosting DNN with Godaddy web server

    07-14-2005, 11:27 PM
    • Member
      35 point Member
    • jim_lesinski
    • Member since 03-04-2005, 6:01 PM
    • Buffalo NY
    • Posts 7

    I have DotNetNuke v 3.1.0 up and running at GoDaddy.com but I am having a few issues. I will list them here in hopes of making others aware of the issues as well as trying to resolve the issues.

    1. I cannot get a full backup of my MS SQL Database. I tried the gruposur module and it failed, specifically because it does not have access to a folder on the SQL Server. I don't have access to SQL DMO or Enterprise Manager. GoDaddy seems to be running myLittleAdmin, which supports backup but Godaddy does not have it set up. GoDaddy support has told me to backup each table individually about 5 seperate times but I keep asking in hopes of being able to backup my database. Maybe more pressure will help? My friend was working on web app to script out the entire database to a file, but it isn't quite as good as a backup. (http://www.dotdesk.com/portal/Downloads/tabid/177/Default.aspx) Any Advice is appreciated.

    2. RSS and XML feeds seem to be inaccessible from my web server. I think that GoDaddy has locked down the web server so tightly that it cannot make web requests. Any time I try to set up a news feed or run a weather module I receive errors like this:
                 "Could Not Connect To http://p.moreover.com/cgi-local/page?c=Database%20industry%20news&o=rss. You Should Verify The Source Address Is Valid And That Your Hosting Provider Has Configured Their Proxy Server Settings Correctly."

    3. Because I needed to make my website search engine friendly and installed in a subdirectory, I needed to set up a 301 redirect that would work for any portal that I set up at GoDaddy. I wrote short ASP script that would do a 301 redirect for any domain name to the subdirectory. This is talke about more in my forum. (http://www.dotdesk.com/portal/FreeHelp/Forum/tabid/174/forumid/5/threadid/26/scope/posts/Default.aspx)


    I hope to resolve these issues as it will help make GoDaddy a great host. I don't like not being able to backup my database!

    http://www.dotdesk.com
  • Re: Hosting DNN with Godaddy web server

    07-26-2005, 8:41 PM
    • Member
      50 point Member
    • darkon1365
    • Member since 06-06-2005, 4:49 AM
    • Mesa, Arizona
    • Posts 10
    Greetings All,

         I have found the best way to install any of the 3.x and up versions of DotNetNuke on www.godaddy.com servers.  You need to setup a folder under the "Custom Directory Permissions" link.  You need to set the following permissions and then save changes, Read, Web, Browse, Write, Set Root.  Check all of them as this will set the correct permissions for the install to work.  For the database you will need to set the database connection string value to;

    Data Source=whsql-v02.prod.mesa1.secureserver.net;Database=database_name;uid=username;pwd=password;

    This will allow proper connection to the database. 

    I have to go for now, but will give more information as it becomes available for making your installation work on www.godaddy.com hosting without any issues.  I will give the proxy and SMTP information in next post.
    John E. Shaffer-Spencer
    darkon1365@yahoo.com
    webmaster@spencerteck.com
  • Re: Hosting DNN with Godaddy web server

    07-29-2005, 1:41 PM

    Jim,

       I top am trying to backup my database with godaddy and am running into the same problems. My DNN site actually failed and I userd the table by table export but when I reinstalled DNN I could not import the tables. I kept getting some error Identity error. I too would really appreciate any input or developments on how to backup my DNN site on godaddy. Thanks!

    Tom

Page 3 of 6 (78 items) < Previous 1 2 3 4 5 Next > ... Last »