How to create an alias path on local IIS?

sl3dg3 picture sl3dg3 · Feb 24, 2012 · Viewed 22.6k times · Source

Unfortunately searching the web didn't make me any smarter. I have a web application running under my local IIS 7.5: http://localhost/myWebpage/ Now I'd like to create an alias path pointing to the same application, something like http://localhost/myWebpageAlias/ (the application will change it's layout according to the different address).

How can I achieve this?

Thx for any tipps sl3dg3

Answer

Kevin P. Rice picture Kevin P. Rice · Sep 23, 2012

Try creating a new virtual directory under "Default Web Site" (or whatever site is serving 'localhost'), then point it to the same directory:

enter image description here