newbie help

R

RP

Hi all, we plan on implementing a project where we will provide our users a
1 page website. Something like a PWP. What we would like to have it each
user would have their own url e.g. http://users.domain.com/username1,
http://users.domain.com/username2. Now instead of having to setup a new
virtual dir in IIS everytime a new user is to be setup I was wondering if
there is anyway to accomplish this in asp.net without having to build an
ISAPI Filter. Ideally I would really like to have only 1 page called
portal.aspx. If somehow I can have some code that will intercept the call
and pass the username as a querystring parameter to portal.aspx, the rest of
the work will be done by that page. I would greatly appreciate if someone
can point me in the right direction here.

many thanks in advance,
RP
 

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