V
vze4mks3
Is there a way in ASP.NET to configure an IHttpHandler to service all
requests (not just certain extensions) to a virtual directory?
Normally you can do something like this to pass in parameters to an aspx
page.
/mywebsite/Default.aspx?param1=robert¶m2=marketwatch
to something like this:
/mywebsite/robert/marketwatch/etc...
thanks,
r.S.
requests (not just certain extensions) to a virtual directory?
Normally you can do something like this to pass in parameters to an aspx
page.
/mywebsite/Default.aspx?param1=robert¶m2=marketwatch
to something like this:
/mywebsite/robert/marketwatch/etc...
thanks,
r.S.