M
MP
Hi all,
we have a very peculiar problem that occurs in just one of our two win2003
servers running IIS6. Details:
server 1: win2003 server standard SP1 (the one with the problem)
server 2: win2003 server R2 standard SP1 (the one that works fine)
The two servers are hosted by the same company but on two different
networks, and we access them via IP address (no domain names registered for
them, this is also for security reasons).
The two servers host a few copies of the same web application, that includes
a .NET web service as well (framework 1.1). The problem is that on server 1,
when calling the Uri.GetLeftPart() method, instead of returning the original
URL requested, say "http://1.2.3.4/" returns http://clients/. Also, when
requesting the WSDL to the web service, the xml returned contains also a tag
like this "<soap:address location="https://clients/etc.." />" with that
"clients" instead of the IP address. We suspect that this "clients" name
comes from an attempt to create a sub-domain like "clients.company.com" we
were doing some time ago. This was then abandoned and - as far as we know -
any DNS entries have now been removed, but we suspect that this "clients" is
cached somewhere.
Any ideas? I know this is a bizarre problem, so I hope some MS people can
help out!
we have a very peculiar problem that occurs in just one of our two win2003
servers running IIS6. Details:
server 1: win2003 server standard SP1 (the one with the problem)
server 2: win2003 server R2 standard SP1 (the one that works fine)
The two servers are hosted by the same company but on two different
networks, and we access them via IP address (no domain names registered for
them, this is also for security reasons).
The two servers host a few copies of the same web application, that includes
a .NET web service as well (framework 1.1). The problem is that on server 1,
when calling the Uri.GetLeftPart() method, instead of returning the original
URL requested, say "http://1.2.3.4/" returns http://clients/. Also, when
requesting the WSDL to the web service, the xml returned contains also a tag
like this "<soap:address location="https://clients/etc.." />" with that
"clients" instead of the IP address. We suspect that this "clients" name
comes from an attempt to create a sub-domain like "clients.company.com" we
were doing some time ago. This was then abandoned and - as far as we know -
any DNS entries have now been removed, but we suspect that this "clients" is
cached somewhere.
Any ideas? I know this is a bizarre problem, so I hope some MS people can
help out!