URL重写的aspx页面重写、页面、URL、aspx

由网友(爱你用尽了所有的力气)分享简介:我有一个网页,名为 foo.aspx 和id想重写URL作为 bar.something I have a page, called foo.aspx and i d like to rewrite the url as bar.something如何做到这一点?如何URL重写发生在asp.net How to...

我有一个网页,名为 foo.aspx 和id想重写URL作为 bar.something

I have a page, called foo.aspx and i d like to rewrite the url as bar.something

如何做到这一点?如何URL重写发生在asp.net

How to do this? How does url rewrite happens in asp.net

我应该创建一个通用的处理程序?

Should i create a generic handler?

或者我应该得到一些URL重写模块添加到应用程序?

or should i get some url rewrite modules and add to app?

推荐答案

这是通过配置IIS完成,并需要IIS7,看看这里的配置帮助: http://learn.iis.net/page。 ASPX / 460 /使用的非URL重写模块/

This is done by configuring IIS, and will require IIS7, look here for configuration help: http://learn.iis.net/page.aspx/460/using-the-url-rewrite-module/

阅读全文

相关推荐

最新文章