开发者

Prevent default.aspx addition

开发者 https://www.devze.com 2023-03-09 20:27 出处:网络
How can I pr开发者_运维问答event browsers to add portal/default.aspx to my url string?You need to change the default document in IIS Admin as described here:

How can I pr开发者_运维问答event browsers to add portal/default.aspx to my url string?


You need to change the default document in IIS Admin as described here:

http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/dc6eb1b4-9028-4308-9935-52b64edfad36.mspx?mfr=true


I've solved the problem. It seems that browsers change URI because of "Server: Microsoft IIS 6" header. All started to work normally after I've got rid of it (via URLScan tool)

0

精彩评论

暂无评论...
验证码 换一张
取 消