This is something I quickly created during a couple of hours this weekend.  It’s an about page for ASP.NET web applications, which lists some basic application and dependency information.  The dependency information is read by checking the bin folder for DLL’s, and then listing them.  Clicking on a file lists the information.

Sample

It can still do with some improvement.  For example, if there’s a long list of assemblies in the left hand pane, clicking on a pane will cause a postback and the scroll position is lost. Ideally, clicking on a filename should do an AJAX callback to get the assembly information and then populate the right-hand pane, which would get around this issue.

Download it [704k]