Hosting Extensions – Single Instance. Posted by By Martin May 9, 2021Posted inCG.Hosting Sometimes I need to prevent multiple instances of an application from running at the same time. Before .NET came along, I just dropped the code for that into the application…