URL Rewriting

  • Thread starter Thread starter Jeti [work]
  • Start date Start date
J

Jeti [work]

What is the best way? I cant use GAC, only private assemblies...
Do I have to put dummy files in every directory on my site?

eg.
domain/2003/05/default.aspx
domain/2003/07/default.aspx
domain/2004/05/default.aspx

all of the pages above redirects to "page.aspx?year=xxx&month=xx", but the
question is: can i make it work without creating all those directories, and
dummy aspx pages?


thanx
 
You can use httpmodule or httphandle for url rewriting. Google for it,
should come up with many articles.
 
Back
Top