I have asp.net web Service which is running 5 different version on IIS. I want to calculate count of request every service and also theirs methods for stop unused services.
Could you offer any solution?
Thnx
Note: I have only codes of last version.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For those versions you do not have the source code for, enable logging on IIS.
For the version you do, you could implement logging, tracing, performance counters…
Basically, there are lots of options, pick one or more and put it to use.