HTTP Debugger...

  • Thread starter Thread starter Ollie Riches
  • Start date Start date
O

Ollie Riches

I am looking for a tool like Fiddler that will allow me to debug (view) HTTP
requests as they come into the web server (iis 6.0) can anyone recommend
one?

Cheers

Ollie Riches
 
1. IIS supports logging.
Turn it on using managment console.

2. On a server it's usually your application. You can log from there anything you want.


Request.ServerVariables["ALL_RAW"] i belive will give you the header.


George.



I am looking for a tool like Fiddler that will allow me to debug (view) HTTP
requests as they come into the web server (iis 6.0) can anyone recommend
one?

Cheers

Ollie Riches
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top