You are currently viewing the BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
I am trying to set up the Health Monitoring System (p.109) but I'm confused as to how to create the .dll file. Please could someone explain in a bit more detail.
I can't determine which DLL you're asking about? Microsoft has provided everything you need - it's in the GAC. You set up your SQL Server with the objects it needs, and then you configure the events you want to log using web.config.
That's in project TBHCustomEvents in the code download. It's a stand-alone project that creates a DLL that gets deployed in the bin folder of the site.
You need to study the code download because this book does not have step-by-step instructions for every little task. This is mostly an architecture and infrastructure book.