Web Hosting

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • neena
    New Member
    • Aug 2006
    • 17

    Web Hosting

    anyone please tell me the steps for hosting my web application developed in C#.net
  • zykes
    New Member
    • Aug 2006
    • 14

    #2
    Originally posted by neena
    anyone please tell me the steps for hosting my web application developed in C#.net
    hi neena,

    all you have to do is decide for the domain name of your website, look for a webhosting site(e.g. godaddy.com) get a package, that depends on what database(MSAcce ss/MSSQL) did u used on your web application. After that, get the ftp connection and the database connetion(if u used MS SQL), put your fles on the ftp site, change a bit of your codes to be able to use the database included on the package.... and there... chwalla......

    ian

    Comment

    • radcaesar
      Recognized Expert Contributor
      • Sep 2006
      • 759

      #3
      Lookin for a Domain Server which gives you space with ASP.NET and the Database u had used.

      Register for the same and deploy ur files there.

      Better go for Windows 2003 server hosting. By Default it supports .NET Runtime.

      ;)

      Comment

      • nmsreddi
        Contributor
        • Jul 2006
        • 366

        #4
        hello

        first you should have an ip adrerss taken from any hosting centerwith dotnet support .once you have this ,just upload your dlls and webforms and etc in to folder on server .what ever the you want for your site just use that for your application folder where all your data resides in the server

        Comment

        • neena
          New Member
          • Aug 2006
          • 17

          #5
          Thank u all for giving me an idea.

          Comment

          Working...