url重写验证问题重写的地址为http://localhost:7737/web/expo/实际的地址为http://localhost:7737/web/exp
url重写验证问题
重写的地址为http://localhost:7737/web/expo/
实际的地址为http://localhost:7737/web/expo/index.aspx
<rewrite url="" to="$1/index.aspx" />
前面的应该怎么写呢??
[解决办法]
那不是在IIS 里设置默认网页 index.aspx 就行了吗?
