c# - How would I go about rfewriting a logical url such as /Survey/Survey1 to /Surveys.aspx?id=1? -
i trying make simple survey app has url rewrite can pass in surveyname in url rewrite query string. looking how started on this. should use httphandler or module? thanks!
write own httpmodule , insert regex there
Comments
Post a Comment