首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > asp.net >

url重写验证有关问题

2012-09-28 
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 就行了吗?

热点排行