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. Create website in IIS using Web Deploy Project from VS2008

Create website in IIS using Web Deploy Project from VS2008

Scheduled Pinned Locked Moved ASP.NET
windows-admincsharpasp-netsysadmintutorial
6 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.
  • D Offline
    D Offline
    DGtech
    wrote on last edited by
    #1

    I have an ASP.NET website. I want to make a setup project of that, so it can be installed in IIS (Windows Server 2003 o/s) as a Web Site but NOT a Virtual Directory. How to do this?

    A 1 Reply Last reply
    0
    • D DGtech

      I have an ASP.NET website. I want to make a setup project of that, so it can be installed in IIS (Windows Server 2003 o/s) as a Web Site but NOT a Virtual Directory. How to do this?

      A Offline
      A Offline
      Abhijit Jana
      wrote on last edited by
      #2

      DGtech wrote:

      want to make a setup project of that, so it can be installed in IIS (Windows Server 2003 o/s) as a Web Site but NOT a Virtual Directory.

      So you want to create a Web Setup project ?

      DGtech wrote:

      as a Web Site but NOT a Virtual Directory.

      I didn't get this point. Can you please clarify me?

      cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net View My Recent Article

      M 1 Reply Last reply
      0
      • A Abhijit Jana

        DGtech wrote:

        want to make a setup project of that, so it can be installed in IIS (Windows Server 2003 o/s) as a Web Site but NOT a Virtual Directory.

        So you want to create a Web Setup project ?

        DGtech wrote:

        as a Web Site but NOT a Virtual Directory.

        I didn't get this point. Can you please clarify me?

        cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net View My Recent Article

        M Offline
        M Offline
        Manas Bhardwaj
        wrote on last edited by
        #3

        Abhijit Jana wrote:

        didn't get this point. Can you please clarify me?

        In IIS, you have can have several Virtual Directories(web apps) under one Web Site(which is usually wwwroot). He probably wants to create a new web site folder and put his web application there.

        Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.

        A 1 Reply Last reply
        0
        • M Manas Bhardwaj

          Abhijit Jana wrote:

          didn't get this point. Can you please clarify me?

          In IIS, you have can have several Virtual Directories(web apps) under one Web Site(which is usually wwwroot). He probably wants to create a new web site folder and put his web application there.

          Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.

          A Offline
          A Offline
          Abhijit Jana
          wrote on last edited by
          #4

          Manas Bhardwaj wrote:

          He probably wants to create a new web site folder and put his web application there.

          Manas, you mean he wants to create web site like DefaultWebSite (By default) under the root ?

          cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net View My Recent Article

          M D 2 Replies Last reply
          0
          • A Abhijit Jana

            Manas Bhardwaj wrote:

            He probably wants to create a new web site folder and put his web application there.

            Manas, you mean he wants to create web site like DefaultWebSite (By default) under the root ?

            cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net View My Recent Article

            M Offline
            M Offline
            Manas Bhardwaj
            wrote on last edited by
            #5

            Abhijit Jana wrote:

            you mean he wants to create web site like DefaultWebSite (By default) under the root

            My understanding question says yes :) I dont think this is very straight forward to do using Web Setup project. He'll probably need to tweak the vdproj file (which is not very easy to understand) for the IIS metadata.

            Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.

            1 Reply Last reply
            0
            • A Abhijit Jana

              Manas Bhardwaj wrote:

              He probably wants to create a new web site folder and put his web application there.

              Manas, you mean he wants to create web site like DefaultWebSite (By default) under the root ?

              cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net View My Recent Article

              D Offline
              D Offline
              DGtech
              wrote on last edited by
              #6

              First open the IIS from Windows Server 2003 o/s, then click the DefaultWebSite, then click New , here you will see two options create "Web Site" and "Virtual Directory". Now if you create any setup project i.e. Web Setup Project, then while you install the msi you will see that the setup creates a Virtual Directory inside IIS and installs the asp.net website pages there. But i dont want setup project to create Virtual Directory in IIS, I want setup to create a Web Site and places asp.net website pages there. Please let me know, if you still have questions.

              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