Web Application Setup

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Arnold

    #1

    Web Application Setup

    Hi,

    I am trying to create a Web Applcation Setup Project. I would like it to be
    installed in a folder other than "C:\InetPub\www root". How do I get Visual
    Studio to do this? If there is any other way to go about this, please let me
    know.

    Thank you.

    Arnold

  • Rakesh Rajan

    #2
    RE: Web Application Setup

    Hi Arnold,

    Follow these steps:
    1. Create a virtual directory using IIS at the folder you want to store the
    project.
    2. Grant access permissions to the ASPNET user to this folder.

    Now, create a new web application project in VSNET and in the location
    textbox, give this:
    http://localhost/<virtualdirname >

    VSNET will create the project files within the designated folder.

    --
    HTH,
    Rakesh Rajan
    MVP, MCSD




    "Arnold" wrote:
    [color=blue]
    > Hi,
    >
    > I am trying to create a Web Applcation Setup Project. I would like it to be
    > installed in a folder other than "C:\InetPub\www root". How do I get Visual
    > Studio to do this? If there is any other way to go about this, please let me
    > know.
    >
    > Thank you.
    >
    > Arnold
    >[/color]

    Comment

    • Arnold

      #3
      RE: Web Application Setup

      Yeah. Thanks.

      But how do I get the installation to install into a folder other than
      "Inetpub\wwwroo t\virtual folder"

      "Rakesh Rajan" wrote:
      [color=blue]
      > Hi Arnold,
      >
      > Follow these steps:
      > 1. Create a virtual directory using IIS at the folder you want to store the
      > project.
      > 2. Grant access permissions to the ASPNET user to this folder.
      >
      > Now, create a new web application project in VSNET and in the location
      > textbox, give this:
      > http://localhost/<virtualdirname >
      >
      > VSNET will create the project files within the designated folder.
      >
      > --
      > HTH,
      > Rakesh Rajan
      > MVP, MCSD
      > http://www.msmvps.com/rakeshrajan/
      >
      >
      >
      > "Arnold" wrote:
      >[color=green]
      > > Hi,
      > >
      > > I am trying to create a Web Applcation Setup Project. I would like it to be
      > > installed in a folder other than "C:\InetPub\www root". How do I get Visual
      > > Studio to do this? If there is any other way to go about this, please let me
      > > know.
      > >
      > > Thank you.
      > >
      > > Arnold
      > >[/color][/color]

      Comment

      Working...