Windows service-IIS issue

  • Thread starter Thread starter caldera
  • Start date Start date
C

caldera

Hi,
I want to write a windows services. But this service captures the specific asp.net web page
Request. Actually I want to capture Session of the page and last request time of this web
application. Windows service continously control request time.
How can I handle IIS thread for a specific web aplication.

Thanks for your answers.
 
caldera said:
I want to write a windows services. But this service captures the specific asp.net web page
Request. Actually I want to capture Session of the page and last request time of this web
application. Windows service continously control request time.
How can I handle IIS thread for a specific web aplication.

Sounds more like you want to write an HttpModule instead:

http://msdn.microsoft.com/library/en-us/cpguide/html/cpconhttpmodules.asp

Jens
 

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