??? 03/06/08 07:33 Read: times |
#151943 - Diagnostics at the Server? Responding to: ???'s previous message |
Karandeep Singh said:
I'm implementing ... PC as WEB server (in ASP.NET) What debug and logging facilities have you built into your web server? At the very least, you need to record all incoming requests received, and responses sent by the web server. You should also record diagnostics for any problems it finds with received requests... |