Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Approaching a quarter million hits
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01573341
Message ID:
01574059
Vues:
47
>>PMFJI but what is the most simple way to determine number of hits an ASP.NET application gets? Is it in the application code or you can find out from IIS? TIA.
>
>You can look at the IIS application logs, but you need some good filtering to get reliable data. There's a lot of content that IIS serves through ASP.NET (anything that hits a module or a handler basically).
>
>I use in application logging if want to figure things like this out and log every ASP.NET request. The overhead for this - except for storage usage - is pretty minimal. In my West wind tools I use a simple log manager.
>
>From Westwind.Utilities:
>
>https://github.com/RickStrahl/WestwindToolkit/tree/master/Westwind.Utilities
>
>LogManager Class docs:
>http://west-wind.com/westwindtoolkit/docs?page=_2mp013ssr.htm
>
>From there you can either use the sample forms we provide or query the database yourself.
>
>+++ Rick ---
>

Thank you very much for the reply. I will go to the links you posted.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform