Currently I force ASP.NET to rebuild a web application by changing the web.config. However, I would prefer to do it via C# code (including clearing cache etc). How could I go about doing this.
Currently I force ASP.NET to rebuild a web application by changing the web.config. However,
Share
Used code from ‘Recycling an ASP.NET Application from within‘ to do this via code.