ASP.NET web pages without aspx file extension

前端 未结 3 1516
忘了有多久
忘了有多久 2020-12-17 23:45

What is best solution to serve ASP.NET web pages without aspx extension? I want to make http://www.mydomain.com/mypage instead of http://www.mydomain.com/mypage.aspx

3条回答
  •  执笔经年
    2020-12-18 00:13

    For IIS 6.0 you can use ionics ISAPI URL Rewrite filter http://iirf.codeplex.com/ for extention less urls

提交回复
热议问题