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.
 

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

Back
Top