ServerManager CommitChanges makes changes with a slight delay
问题 i have a little problem with the ServerManager class (from the Microsoft.Web.Administration assembly) and i hope some of you can help me out. Basically I need to create a new application inside a site (using IIS 7.5) and redirect the user to the new application, inside the same event.This functionality is implemented inside a .net web app using mvc 3/c#. Here is my code: ServerManager iisManager = new ServerManager(); Site mySite = iisManager.Sites["mySitesName"]; ApplicationCollection