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.

Re: asp.net alias by Ray

Ray
Sun Nov 02 02:58:34 CST 2003


"Maziar Aflatoun" <maz88@rogers.com> wrote in message
news:Xx3pb.100153$7B1.8573@news04.bloor.is.net.cable.rogers.com...

> Does anyone know if it's possible to do the following in IIS using
ASP.NET.

http://www.aspfaq.com/5002

Ray at home



Re: asp.net alias by Steve

Steve
Sun Nov 02 09:44:01 CST 2003

If you want to do this in code, you could write a custom 404 error message
page. In that page, determine the user page that the original request was
for, and then possibly use an Exec to load the default page for that user.




"Maziar Aflatoun" <maz88@rogers.com> wrote in message
news:Xx3pb.100153$7B1.8573@news04.bloor.is.net.cable.rogers.com...
> 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.
>
>