We are running 2 classic ASP sites (and 2 databases) on the same physical server and we often look at errors in the Event Viewer. The trouble is knowing which site an error was generated from.
Is there a way that I could add a setting for each event to just flag it as to which site it comes from? Either in IIS 7 or a centralized function?
(There is not a lot of code reuse and hardly any error handling, but most pages call the same header & footer.asp code.)