【发布时间】:2015-11-11 09:10:26
【问题描述】:
我的网络服务托管在 Windows server 2003 IIS 上,并且可以使用如下 IP 地址正常工作:
http://xx.xx.xx.xx:42580/Service.svc
当我用服务器名称替换 IP 地址时,它显示错误:
This error (HTTP 400 Bad Request) means that Internet Explorer was able to connect to the web server, but the webpage could not be found because of a problem with the address.
For more information about HTTP errors, see Help.
我尝试在“主机”文件中添加带有服务器名称的 IP 地址。但是,这也不起作用。 任何人都可以帮忙,如何纠正这个问题?或者还有什么我可以尝试的?
【问题讨论】:
标签: .net web-services wcf iis windows-server-2003