How would I go about rfewriting a logical url such as /Survey/Survey1 to /Surveys.aspx?id=1?
I am trying to make a simple survey app that has a url rewrite where I can I will pass in the surveyname in the url I would like开发者_开发问答 to rewrite this to a query string. Just looking for how to get started on this. Should I use an httphandler or module? Thanks!
Write your own HttpModule and insert regex there
精彩评论