Track HTTP Request Data.....

  • Thread starter Thread starter Lalit Singh
  • Start date Start date
L

Lalit Singh

Is there anyway I can log the HTTP request coming to IIS5? I wanted to track
some human readable data in a web based application
(asp.net/vb.net/.NetFramework 1.1)

Thanks,

Lalit
 
lots of ways. you can write a filter that add the data you want to the
standard log file, or you can log the data to a database. if its just
asp.net pages, you could write a module to log the data to a database.

-- bruce (sqlwork.com)


| Is there anyway I can log the HTTP request coming to IIS5? I wanted to
track
| some human readable data in a web based application
| (asp.net/vb.net/.NetFramework 1.1)
|
| Thanks,
|
| Lalit
|
|
 
Back
Top