Web Forms based web application URLs without the “.aspx” like stackoverflow.com

后端 未结 4 1052
伪装坚强ぢ
伪装坚强ぢ 2021-01-15 18:07

I\'d like to know if it is possible to have the URLs of the pages of a Webforms application display without the .aspx extension.

For instace, htt

4条回答
  •  伪装坚强ぢ
    2021-01-15 18:38

    The technology that stackoverflow uses has been discussed many many times, what you are looking for is the ASP.Net MVC Framework

    http://www.asp.net/mvc

    https://stackoverflow.com/questions/tagged/asp.net-mvc

    This can also be done using URL rewriters

    http://weblogs.asp.net/scottgu/archive/2007/02/26/tip-trick-url-rewriting-with-asp-net.aspx

提交回复
热议问题