Activity overview
Latest activity by SharpDog
Clarification, I guess my problem comes into the general category of how to separate the method execution time from the time with children within the hierarchy. / comments
Clarification, I guess my problem comes into the general category of how to separate the method execution time from the time with children within the hierarchy.
Numeric Precision
Is there any way to increase the numeric precision, esprcially on the timing values. It seems our application (running for 12 Hrs.) has many methods that are hit many millions of times for 0.0000 ...
I deleted all of the 1.1 web sites including the Microsoft Sharepoint Administration web site and I can now run the profiler.
I think this is a medium term, medium severity problem for our company since we have the medium term requirement to be able to maintain both 1.1 and 2.0 web sites. / comments
I deleted all of the 1.1 web sites including the Microsoft Sharepoint Administration web site and I can now run the profiler.
I think this is a medium term, medium severity problem for our company ...
On second thought, the 200 response is probably from manually running the web page and not from ANTS Profiler. I am thinking IIS did not process the request from the profiler because of the ASP.NET versioning problem. / comments
On second thought, the 200 response is probably from manually running the web page and not from ANTS Profiler. I am thinking IIS did not process the request from the profiler because of the ASP.NE...
I have apparently the same problem.
1. Environment:
a) Windows 2003 server. multiple websites. default host header is for web site in question. no other websites have a default host header, they all use unique headers. This has been verified.
b) Running both ASP.NET 1.1 and 2.0 websites, the web site in question is a 2.0 website.
c) Red Gate ANTS Profiler version 2.6.0 BUILD 62
2. Behavior:
a) Without the profiler, I can start the website from IIS (E.G. http://localhost). can navigate to any page either with direct URL entry in the address bar or through navigation within the web site.
b) With the profiler I get:
Server Error in '/' Application.
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested Url: /default.aspx
Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300
Note the version information above.
c) When I go to the IIS console I am prompted to reconnect. When I do, I refresh the console and see that ALL SITES ARE STOPPED.
d) Looking at the IIS Log for the site I see a 200 status for the default.aspx page.
e) Stopping the profiler (by closing the error page) restarts IIS correctly and the target web site is now running under ASP.NET 2.0, no other web sites are running. / comments
I have apparently the same problem.
1. Environment:
a) Windows 2003 server. multiple websites. default host header is for web site in question. no other websites have a default host header, they al...