Activity overview
Latest activity by itdevelopment
Let me provide more info.
We are running .net 1.1 NOT 2.0... on IIS6. The DEBUG is set to true in web.config. App is compiled in DEBUG mode and each .dll has corresponding .pdb file.
I cleared asp.net temp directory and then run Profile - still no luck. It shows only methods from Global.asax.
Do you have some kinda "troubleshooting check list" ?
Thanks!
itdevelopment / comments
Let me provide more info.
We are running .net 1.1 NOT 2.0... on IIS6. The DEBUG is set to true in web.config. App is compiled in DEBUG mode and each .dll has corresponding .pdb file.
I cleared asp....
Just wanted to clarify....
when you say "This may not be working as you expect for ASP.NET because ..." does that mean that it is impossible to profile because that is the way .net framework works and there is no work around? So simply speaking ANTS Profile is useless when it comes to profile .net web application?
Or am i missunderstanding your post?
Thank you,
itdevelopment / comments
Just wanted to clarify....
when you say "This may not be working as you expect for ASP.NET because ..." does that mean that it is impossible to profile because that is the way .net framework works ...
profiling DotNetNUke
Hi,
When I am trying to profile Dotnetnuke (3.2) web application, profiler only displays functions and code of Global.asax file and nothing else. No code for modules that we developed or any other ...