Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7530655
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T04:58:11+00:00 2026-05-30T04:58:11+00:00

I’m getting complaints from users that an ASP.NET web application I’m responsible for supporting

  • 0

I’m getting complaints from users that an ASP.NET web application I’m responsible for supporting is intermittently slow. How can log page generation time data so that I can quantify if this is the case, and if so which pages are slow, and what time of day. I don’t want this information displayed to the user, I just want to log it somewhere for every page request and then I’ll take a look at the logs on a daily or weekly basis and import them into a database or excel for manipulation.

I looked at some SO questions that discuss turning on tracing but I haven’t been able to determine where that trace data gets logged.

Extra points for being something that doesn’t require a code change as this is a production system and I would like to be able to use whatever performance counters and existing log functionality that is provided out of the box instead of rolling my own if possible.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T04:58:12+00:00Added an answer on May 30, 2026 at 4:58 am

    IIS Logs, Easiest thing to start with, also requiring least changes. Make sure that “Time Taken” is ticked in the IIS Manager. Default location of the logs will be somewhere here %SystemDrive%\inetpub\logs\LogFiles, (you’ll need to identify your web server instance). The time taken field in milliseconds will be appended to request log line. You can import it to excel, or use tools like IIS Log analyzer.

    Trace.axd in web.config, make sure the trace is enabled.

    <system.web>
    <trace enabled="true" localOnly="false" requestLimit="50" />
    </system.web>
    

    navigate to application, do something there. then go to http://yourhost/yourApp/Trace.axd, it will display timings from the start for each page events. Some information can be gathered from there. But it’s not much.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

That's pretty much it. I'm using Nokogiri to scrape a web page what has
I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this
Does anyone know how can I replace this 2 symbol below from the string
I'm new to using the Perl treebuilder module for HTML parsing and can't figure
link Im having trouble converting the html entites into html characters, (&# 8217;) i
For some reason, after submitting a string like this Jack’s Spindle from a text
I have a jquery bug and I've been looking for hours now, I can't
I have a string like this: La Torre Eiffel paragonata all&#8217;Everest What PHP function
I've got a string that has curly quotes in it. I'd like to replace
Seemingly simple, but I cannot find anything relevant on the web. What is the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.