Hi,
Does anyone know if it's possible to do the following in IIS using ASP.NET.
For example to setup aliases user1, user2, and user3
http://www.mydomain.com/user1
http://www.mydomain.com/user2
http://www.mydomain.com/user3
all calling http://www.mydomain.com/default.aspx
and extracting the user1..3 within the default.aspx page?
Thank you
Maziar A.