Clean URLs?

  • Thread starter Thread starter vze4mks3
  • Start date Start date
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&param2=marketwatch

to something like this:

/mywebsite/robert/marketwatch/etc...

thanks,

r.S.
 
Back
Top