Home Contact

Going, going, gone awry

Technical ramblings from John Summers

News

Archives

Post Categories

Image Galleries

Syndication:

November 2008 Entries


Finding assembly information of an asp.net website

Getting near release time of a n-tiered system with multiple applications accessing the BLL/DAL framework? You want to make sure that what you think you're accessing really is the version you think it is. Using the AppDomain, you can get and parse through the assemblies and find a particular attribute match. In the case below, I'm looking for the companyname. I put this into a user control and applications can use it in a "help" or "about" page. This has come in handy for me, when you realize you've...