ASP.Net Fusion Log Viewer
A neat little thing our ASP.Net expert showed me...
The Fusion Log Viewer utility. Fusion is the technology name that is used for downloading .Net components to the GAC (your Windows\assembly\download directory).
If you want to see more of what's going on with download components on ASP.Net pages, this can be a helpful too. Just run
fuslogvw.exe (use the VS.Net command prompt so it's already on your path).
By default, the
Log Failures checkbox is not checked. It's a good thing to check if you're trying to find out what's going on with downloaded components. Double-click on the application entry and it opens a detailed log of what's going on.