简体   繁体   中英

How to remove .aspx from url

我如何从我的网址中删除.aspx,因为我使用UrlRewritingNet并且当我将网站托管到服务器时它给我页面找不到错误但它在IDE浏览器中正常。

You need to tell IIS to let ASP.NET handle all requests. This is known as a wildcard mapping, see option 1 on the following link: http://blog.codeville.net/2008/07/04/options-for-deploying-aspnet-mvc-to-iis-6/

如果您使用的是IIS 7,那么您需要使用支持UrlRewritingNet的Classic asp.net池。

In IIS, in tghe settings for your project. Click on Home Directory , then configuration , then mappings . Find .aspx, click settings, uncheck " Check that file exists ".

Um, thats for IIS 6, so getting to the setting is probably a bit different in 7 but it's still there.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM