How do I remove a site from IIS7 using JavaScript?
- by Petteri Vilmusenaho
Hi,
I've been searching the Internet for a way to remove a site from IIS7 using JavaScript. I've found, and used, a lot of examples on how to create a site and applications using JavaScript but not a single example on how to delete a site!
For example, I've figured out how to create a site using the examples found at http://www.iis.net/ConfigReference/system.applicationHost/sites.
Does anyone know how to remove a site from IIS7 using JavaScript?
Please help!
/Petteri