URL rewriting - rewriting ID as some text
If I have this URL as follows:-
www.mysite.com/products/Product.aspx?id=101
and I want it to be re written as
www.mysite.com/products/ProductName1
How do I go about this?
I have been trying IIRF ISAPI Rewriter since long but no luck. IIRF Status report displays a warning that says blahblha.ini file co开发者_JS百科uld not be opened.
Is there some easy way to achieve what I want?
Please help.Thanks. :)
How about using URL Rewrite Module? http://forums.iis.net/t/1159315.aspx
Have you looked into using the MVC Framework to accomplish this? More info on MVC routing from Scott Gu here.
Although not necessary, MVC will still support this format:
www.mysite.com/products/Product.aspx?id=101
精彩评论