关于IIS用IP地址访问出错的问题.请大家帮忙,谢谢!
问题如下:在自己机器里配置好IIS后,访问其中的A.aspx文件,路迳为:http://localhost/testweb/A.aspx,在A.aspx中有一个dropdownlist,选中后会触发onchange事件,
并可以正常运行,但是我用IP地址http://127.0.0.1/tmpweb/A.aspx访问的时候,可以打开页面,但是一选择dropdownlist里的选项后,就出现如下现象;
Webwasher Notification
Bad Request
The request could not be understood by the server due to malformed syntax.
Please check the validity of the URL you requested ("http://127.0.0.1/tmpweb/A.aspx").
It could also be that your browser has sent an illegal request. If you are familiar with HTTP, check the validity of this request: POST http://127.0.0.1/tmpweb/A.aspx HTTP/1.0
用设置好的IP地址访问http://192.168.0.12/tmpweb/A.aspx访问也出现这样的情况,请大家帮帮忙,谢谢.
问题点数:100、回复次数:4Top
1 楼bingbingcha(不思不归,不孟不E,原来是头大灰狼)回复于 2006-03-02 08:49:57 得分 0
IIS - 网站 - IP地址 - 全部未分配..Top
2 楼hblzg(心开风神)回复于 2006-03-02 09:14:09 得分 0
对 ,楼上说的方法是,我也遇到类似的情况。Top
3 楼lee_wei(小屁孩的大理想)回复于 2006-03-02 09:33:49 得分 0
IIS属性中的IP地址及域名属性看是否做了限制?Top
4 楼cow8063(天涯远不远?不远!人在天涯,天涯怎会远)回复于 2006-03-02 09:44:04 得分 0
看看网上邻居那里IP设置了没有?设置了IIS那里也要设置一样的IP
如果没有设置,IIS那里就不要设置了,,,可以直接用电脑名字访问比如
http://电脑名字/tmpweb/A.aspxTop




