[IIS] The Tilde

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

    [IIS] The Tilde

    In other web servers, more specifically apache and even non-web servers you
    can use the tilde character to specify the root directory, or home. Before
    I go reinventing the wheel (by parsing a tilde in the web controls for iis)
    is there a setting that allows similar functionality in IIS?

    Thanks,
    Mythran


  • Mythran

    #2
    Re: [IIS] The Tilde


    "Mythran" <kip_potter@hot mail.comREMOVET RAIL> wrote in message
    news:elANkuICFH A.2076@TK2MSFTN GP15.phx.gbl...[color=blue]
    > In other web servers, more specifically apache and even non-web servers
    > you can use the tilde character to specify the root directory, or home.
    > Before I go reinventing the wheel (by parsing a tilde in the web controls
    > for iis) is there a setting that allows similar functionality in IIS?
    >
    > Thanks,
    > Mythran
    >
    >[/color]

    As it turns out, ResolveUrl method of Control does this already :)

    Mythran


    Comment

    Working...