Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Roy Vincent Niepes 6 posts 27 karma points
    Oct 08, 2011 @ 09:19
    Roy Vincent Niepes
    0

    Installing Umbraco on HostGator Windows Host

    Hi guys please help... Im totally newbie on Umraco/asp....i cant even install it

     

    Any idea whats wrong with I entered?

    I've already created a database   cmacchi_umbraco and created a user on it with same name name putting a password d4t4b0ss!! on the hostgator panel....

    I've also tried the connection string option

    datalayer=MsSQL;server=127.0.0.1;user id=USER;password=PASS;database=DB

     

    still failed...

     

    please help :(

  • Rich Green 2246 posts 4008 karma points
    Oct 08, 2011 @ 09:25
    Rich Green
    0

    Hey Roy,

    Welcome to the Umbraco forum!

    Sorry to hear you're having problems getting set up.

    Your connection string in the web.config needs to be

    <add key="umbracoDbDSN" value="server=127.0.0.1;database=cmacchi_umbraco;user id=cmacchi_umbraco;password=d4t4b0ss!!" />

    If this doesn't work I think there's two likely problems:
    either
    1) Your file permissions are not set correctly.
    2) Your SQL user is not set up correctly, do you have any way of testing this? (If you had SQL Server Management you could try logging in as this user and ensuring you could log in)
    Hope this helps, let me know
    Rich

     

  • Rodion Novoselov 694 posts 859 karma points
    Oct 08, 2011 @ 10:39
    Rodion Novoselov
    0

    1) Make sure that the TCP/IP protocol is enabled on your SQL Server (usually it's disabled by default for a local installation);

    2) If you use IP address to identify your server in connection string, as a rule you need to set a port separating it from the address with a comma (like '127.0.0.1,1433');

    3) If you use a named instance of the SQL Server, then you need to set an instance name after the address with a backslash (like '127.0.0.1,1433\SQLEXPRESS');

  • Roy Vincent Niepes 6 posts 27 karma points
    Oct 08, 2011 @ 12:10
    Roy Vincent Niepes
    0
  • Roy Vincent Niepes 6 posts 27 karma points
    Oct 08, 2011 @ 12:11
    Roy Vincent Niepes
    1

    i've looked in this page umbraco.com/.../tags but could'nt find what to read on it...

  • Rich Green 2246 posts 4008 karma points
    Oct 08, 2011 @ 12:24
    Rich Green
    0

    Hey Roy,

    Here are a list of the permissions needed you might have to get your host to set them.

    http://our.umbraco.org/wiki/reference/files-and-folders/permissions

    Regards

    Rich

  • Roy Vincent Niepes 6 posts 27 karma points
    Oct 08, 2011 @ 13:00
    Roy Vincent Niepes
    0
  • Rich Green 2246 posts 4008 karma points
    Oct 08, 2011 @ 13:18
    Rich Green
    0

    Let us know how it goes and add a new post if you have any problems.

    Best of luck :)

    Rich

  • Riccardo 3 posts 23 karma points
    Jan 26, 2012 @ 19:32
    Riccardo
    0

    I know this forum question is a little outdated. But I don't see any tutorials on how to upload Umbraco on hostgator. Could some explain to me how to install Umbraco on hostgator?

     

    Thanks.

  • sarah 3 posts 23 karma points
    Feb 01, 2012 @ 16:27
    sarah
    0

    did you figer out how to deploy to hostgator and whether it supports ubmraco or not ? because I need help with the same issue .

    Thanks

  • Riccardo 3 posts 23 karma points
    Feb 08, 2012 @ 15:42
    Riccardo
    0

    Yes I have figured out how to configure Umbraco on HostGator. There are a few changes you have to make in the web.config file. These are the steps that I took in order to configure Umbraco on HostGator.

     

  • jtstroup 1 post 21 karma points
    Feb 28, 2012 @ 13:20
    jtstroup
    0

    I don't see the steps you had to take to configure this? can you post it again?

Please Sign in or register to post replies

Write your reply to:

Draft