How to confgure and deploy an ASP.net web project with IIS?

Last post 07-07-2009 10:36 PM by Vinod Vijay. 3 replies.

Sort Posts:

  • How to confgure and deploy an ASP.net web project with IIS?

    07-06-2009, 11:25 PM
    • Member
      3 point Member
    • Vinod Vijay
    • Member since 07-06-2009, 5:57 AM
    • Posts 9

     Hi, i have a web project made in ASP.NET in my pen drive. i want to configure my IIS first and deploy this project so that i can it on my web browser. My default page is named as 'Homepage' .

    Pls explain me in detail and help me to achieve this.

    Your help would be higly appreciable......

    Thank you

    Vinod Vijay
  • Re: How to confgure and deploy an ASP.net web project with IIS?

    07-07-2009, 12:29 AM
    Answer
    • Contributor
      2,730 point Contributor
    • CoolBond
    • Member since 10-25-2007, 1:34 PM
    • Country
    • Posts 535

     Hi,

        Paste your code inside any drive. say for example d:\project\yourproject.

        Then go to IIS (by executing inetmgr command in run you can get IIS). expand all nodes and select "Default Web Site" node. If you right clcik the node, you can get multiple options, in that select New--> Virtual directory.

        Give some name(alias), then select your project folder in the next step(i.e d:\project\yourproject) and in the next option make sure that Read,Run scripts and Browse options are checked.

           Your application is hosted in your IIS now. Right click the created virtual directory folder, goto properties and make sure the folder is created as an application( in application settings section, look the create button is there r not, if you find create button just click or if remove button is there means its already created as an application, so leave that). Then select documents tab in that page,press add "Homepage.aspx" and move this to uppermost. This will make sure your entry page.

    Now you can access your website as, http://localhost/yourapplication (the name you gave while creating the VD) 

    and these links may help you

    http://www.maniacomputer.com/webServer/IIS.html

    http://www.codeproject.com/KB/aspnet/DeployingatIIS.aspx

    http://forums.asp.net/t/1151015.aspx

     

     

    Hope this will help you....

    " If people criticize you, hurt you, or shout at you,Don't be bothered. Just remember, In every game, audience make the noise, not the players "
  • Re: How to confgure and deploy an ASP.net web project with IIS?

    07-07-2009, 2:51 AM
    Answer
  • Re: How to confgure and deploy an ASP.net web project with IIS?

    07-07-2009, 10:36 PM
    • Member
      3 point Member
    • Vinod Vijay
    • Member since 07-06-2009, 5:57 AM
    • Posts 9

     

    Hi CoolBond ....

    Thank you buddy.....for ur kind support

    iam able to deploy and run my web application

    Vinod Vijay
Page 1 of 1 (4 items)