[IIS] The Tilde

M

Mythran

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
 
M

Mythran

Mythran said:
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

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

Mythran
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top