Tagged Questions
0
votes
1answer
128 views
Why isn't IIS logging my 400, or What is responding with 400?
I have a web application which makes a localhost webservice call to itself and is getting a 400 Bad Request back. The problem is that I'm having trouble tracking down the cause of the 400 since I ...
1
vote
2answers
118 views
How can I track down the cause of a 400: Bad Request web service call to localhost?
This is on Windows Server 2003 Running IIS.
I have an ASP.NET 2.0 website which is also hosting some web services. When the site makes a webservice call to itself (localhost), I get back a 404: Bad ...