I created a web service on a SQL Server 2005 inside an office network (LAN A). Using the visual studio on my home computer, I was able to add the service as a web reference. The web application, running on VS internal web server, used the web service successfully. Also, I could retrieve the wsdl info using both IE and FF from the home computer.
However, on a PC in another office network (LAN B), I got the following error when trying to retrieve wsdl info using IE.
********************************
This error (HTTP 501 Not Implemented or HTTP 505 Version Not Supported) means that the website you are visiting doesn't currently have the ability to display the webpage, or support the HTTP version used to request the page.
********************************
On that PC, I was not able to add web reference (using VS) and got the same error because, VS uses IE to browse.
The .net framework and the IE on both my home PC and the PC in LAN B are the exact same version.
The possible reason for the error, as I can think, is that LAN B is behind an ISA server, while my home PC is behind a normal router firewall. Maybe some settings on the ISA server made difference?
Any feedback is appreciated. Thanks in advance.
By the way, I had a similar post at the "SQL Server Setup and Administration" forum and got no response. This issue is related to SQL Server, web server, and asp.net. I apologize if I still posted in the wrong forum.
Seaport
However, on a PC in another office network (LAN B), I got the following error when trying to retrieve wsdl info using IE.
********************************
This error (HTTP 501 Not Implemented or HTTP 505 Version Not Supported) means that the website you are visiting doesn't currently have the ability to display the webpage, or support the HTTP version used to request the page.
********************************
On that PC, I was not able to add web reference (using VS) and got the same error because, VS uses IE to browse.
The .net framework and the IE on both my home PC and the PC in LAN B are the exact same version.
The possible reason for the error, as I can think, is that LAN B is behind an ISA server, while my home PC is behind a normal router firewall. Maybe some settings on the ISA server made difference?
Any feedback is appreciated. Thanks in advance.
By the way, I had a similar post at the "SQL Server Setup and Administration" forum and got no response. This issue is related to SQL Server, web server, and asp.net. I apologize if I still posted in the wrong forum.
Seaport