Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. how to Host webapplication into website.

how to Host webapplication into website.

Scheduled Pinned Locked Moved ASP.NET
helptutorialquestion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Sophia Rekhi
    wrote on last edited by
    #1

    Hi all, i developed one web application project , then i want to host it in to the website. how can i do this. Pls help me.

    N K 2 Replies Last reply
    0
    • S Sophia Rekhi

      Hi all, i developed one web application project , then i want to host it in to the website. how can i do this. Pls help me.

      N Offline
      N Offline
      N a v a n e e t h
      wrote on last edited by
      #2

      I assume that you have got a webspace, and FTP address to upload. Then do the following 1. Copy all your aspx, dll's, global files and config files to the server through FTP 2. Set up the connection string that you may use for DB connection.

      Navaneeth My Website

      1 Reply Last reply
      0
      • S Sophia Rekhi

        Hi all, i developed one web application project , then i want to host it in to the website. how can i do this. Pls help me.

        K Offline
        K Offline
        kubben
        wrote on last edited by
        #3

        Well, I guess there are a couple of things that need to come together. First do you have a web server? Is this an Intranet web app (only on your network?) Or is this an Internet web app (the world can see it?) Are you using asp.net 2.0 or 1.1? There are several ways to copy or publish your web app files to a web server. They are different based off which version of .net you are using and some things like are front page extensions loaded on your web server. Next you would need admin rights to the web server. Make sure the correct version of the .net framework is installed on the webserver. Once you copy the web app over you need to set up your site IIS manager. To get to iis manager right click on my computer and click manage. expand services and applications. Expand IIS Manager Select the web sites folder right click and new -> web site You need to know where your code has been copied. And you need to know what the URL for your site will be. NOTE if this is an internet app you will need to register your URL. It is common to have your source files in c:\Inetput\"webappname" Once the web app is set up you need to make sure it is pointed to the correct version of the .net framework. If you right click on the web site and go to properties. Click on the documents tab make sure your default page exists. It is common to have a defaul.aspx. Next start the web site. Right click on the site and click start. Finally, you need to set up a DNS entry so that your Intranet knows where your website exists. Anyway, that is a quick overview. Hope that helps. Ben

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups