How do I rewrite a URL in IIS?
开发者_StackOverflow社区What would be simplest way to get this functionality in my website. A small example code will be appreciated.
Microsoft provide a free URL rewriter you can install on IIS7:
IIS UrlRewrite (IIS.NET)
There's even a nice video introduction to using it.
精彩评论