Comments
2 comments
-
Does this mean there is no way to profile the apps using the version they're designed for? Basically, do I have to uninstall say the beta 2.0 framework, period?
-
Hi there,
this problem has been fixed in ANTS Profiler 2.5. You can get hold of this version by visiting our website at
http://www.red-gate.com/code_profiling.htm
Many thanks,
Tom Harris
Software Architect - ANTS Profiler
Add comment
Please sign in to leave a comment.
Thanks for posting. There is a hitch with Profiling ASP .net on a machien with two installed versions of the .net Framework. If you have more than one version, the website/virtual app has to be configured to use the newest one. You can do that using the aspnet_regiis.exe utility that comes with the newest version of .net Framework, for instance c:\winnt\microsoft.net\framework\v1.1.4322\aspnet_regiis.exe.
Aspnet_regiis -i will configure the whole site to run in 1.1, and aspnet_regiis -sn /W3SVC/1/Root/MyApp will register a single virtual directory.