help for setup website

Discussion in 'General troubleshooting' started by whtwht, Mar 11, 2011.

  1. im new here, so pls excuse my short knowledge

    i have my site already done by visual studio 2010. (asp.net 4.0) it contains login control, so it comes with sql database.

    how do i upload the site to the server here? does anyone has a guide/instruction to tell me how to do it step by step? do i have to do any change in the web.config file?

    thanks so much for your help
     
  2. additional info: i tried to deploy my site from visual studio 2010 to www.HostingAccountDomain.com

    but it shows me a error msg said 'www.HostingAccountDomain.com doesnt exist'

    thanks
     
  3. Hi

    a) FRom your Local PC use an FTP program or Windows Explorer to copy the Files to the host directory. Path and log on details in the managment section on Winhost.
    b) Log into Winhost. Create a new database in the Management section of the control pannel.
    c) From your Local machine Log in to the Host SQL server 2008 via SSMS and script the database.
     
    Last edited by a moderator: Oct 14, 2015
  4. Look for the FTP server name some thing like: ftp.XXXX.w05.Winhost.com
     
    Last edited by a moderator: Oct 14, 2015
  5. You should probably upload your site via FTP, since it's the simplest way of going about it. You should take a look at the following KB articles for step by step instructions on how to deploy your site via FTP using VS 2010.

    As for your database this KB article will give you instructions on how to transfer your local database to our database environment.
     
    Last edited by a moderator: Oct 14, 2015

Share This Page