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.
 

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