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

后端 未结 4 1080
伪装坚强ぢ
伪装坚强ぢ 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:51

    This is generally done using a routing engine in a framework. However if you want to do this for an arbitrary application it's really done using Apache's Mod_Rewrite.

提交回复
热议问题