Options

The web application ... has not loaded the .Net Framework

Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
Hello,

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.

Comments

This discussion has been closed.