To trace ASP.NET web application, add
<trace enabled="true"
localOnly="false"
pageOutput="false"
requestLimit="500"
traceMode="SortByTime"
/>
and opet http://localhost.trace.axd to view the trace information.
Some tasks are executed on a periodical basis - every n units of time (seconds, minutes, hours, days...). This implies usage of some form of timers. Technologies are available to make this work and they all have their pros and cons.
References:
Links:
Links:
Rendering HTML programmatically (sort-of) is possible using a web browser.
Chromium-based solutions: