Handle requests for virtual URLs

  • Thread starter Thread starter Emad Ibrahim
  • Start date Start date
E

Emad Ibrahim

I would like to handle URLs for folders that don't exist e.g.
www.mysite.com/123

123 is actually an ID of an article so I would like to trap the request and
extract the ID and display the article. If I do this now I get a 404 error
because 123 is non-existing folder.

This is kind of similar to the way sharepoint works... another non-asp.net
example is www.tinyurl.com

Any ideas?

-Emad
 
Back
Top