Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要一个只使用一个参数的重写规则。
<rewrite url="~/(.+).aspx to="www.mysite.com/results?search=$1" />
这个问题是我现在无法访问我的 default.aspx 页面,基本上所有请求都是一个文件深度 - 图像、样式表等。
我猜有一些例外规则可以写?
另外,我可以即时进行字符替换,例如用“+”替换空格、用破折号替换下划线等吗?
谢谢。
不,这与规则无关,您需要配置 iis 以使用 asp.net 处理所有文件请求。
在这里你是一步一步的。
http://forums.iis.net/t/1015329.aspx