Category c#

multiple reverse proxy host broken

Nathan Bridgewater explained how to configure multiple reverse proxies properly with apache and IIS (without losing original domain name).  I’m reposting this for myself to keep a record of this fine work. multiple reverse proxy host broken iis serving up…

Howto: C# Generate dump file on crash

how to generate a dump file on application crash in c# using System; using System.Collections.Generic; using System.Windows.Forms; using System.Runtime.InteropServices; using System.IO; namespace DBGHelp_Sample { static class Program { /// /// The main entry point for the application. /// [STAThread] static…