开发者

URL Rewriting on .NET

How can I acheive bi direction rewriting to where the following occurs inbound to the web server

www.mysite.com/region/program/cat1/cat2开发者_如何学Python/cat3

sends the request to the server

www.mysite.com/program.ASPX?idregion=(regionlookupnumber)&idcategory=3276

and when the server is going to write the above it converts it the other way.

Bi-directional URL rewriting on IIS7 using the URL rewriting package. We don't want to modify the source code if possible.

Any advise or resource or sample link please?


I did this using the automatic friendly url template of the url rewriting package 2.0 It works really well. You just need to make sure to only re-write the urls you really need to. If you re-write img, link, etc. tags for instance, it can break your page.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜