ASP.NET URL Rewriting

后端 未结 3 1253

How do I rewrite URL\'s in ASP.NET?

I would like users to be able to goto http://www.website.com/users/smith instead of http://www.website.c

3条回答
  •  半阙折子戏
    2020-11-30 04:30

    Microsoft now ships an official URL Rewriting Module for IIS: http://www.iis.net/download/urlrewrite

    It supports most types of rewriting including setting server variables and wildcards.

    It also will exist on all Azure web instances out of the box.

提交回复
热议问题