M
Marcel van Brakel
Hi,
I have an ASP.NET webservice that is working ok most of time, but quite
frequently the IIS log shows a status 500 being returned to the (.NET)
client. The problem is, I have no idea why this is happening. I'm logging
all SOAP requests/responses to a file using slightly modified example code
from MSDN (using a SOAP extension), and I don't see any faults happening
(I've already tried disabling the logging, didn't make a difference). The
SQL Server and Windows Event logs don't show anything out out of the
ordinary either. Does anybody have any advice on how to go about and debug
this kind of problem?
Some more details:
- Windows 2000 Server with the latest service pack and updates.
- .NET 1.1
- VS.NET 2003
- Webservice protected using basic authentication.
- SQL Server 2000 with the latest service pack and updates.
The webservice methods themselves don't really do anything exciting.
Basically just simple selects/inserts/updates on the SQL Server database.
Most of them are no more than 15 lines of code including error handling..
Help would be very much appreciated.
best regards,
Marcel van Brakel
I have an ASP.NET webservice that is working ok most of time, but quite
frequently the IIS log shows a status 500 being returned to the (.NET)
client. The problem is, I have no idea why this is happening. I'm logging
all SOAP requests/responses to a file using slightly modified example code
from MSDN (using a SOAP extension), and I don't see any faults happening
(I've already tried disabling the logging, didn't make a difference). The
SQL Server and Windows Event logs don't show anything out out of the
ordinary either. Does anybody have any advice on how to go about and debug
this kind of problem?
Some more details:
- Windows 2000 Server with the latest service pack and updates.
- .NET 1.1
- VS.NET 2003
- Webservice protected using basic authentication.
- SQL Server 2000 with the latest service pack and updates.
The webservice methods themselves don't really do anything exciting.
Basically just simple selects/inserts/updates on the SQL Server database.
Most of them are no more than 15 lines of code including error handling..
Help would be very much appreciated.
best regards,
Marcel van Brakel