I just import a ISS config with 50 sites.
I will delete all of these sites several times to make new tests.
Currently I just delete them one by one...
I have not found how to select all sites to remove them in one hit.
|
I just import a ISS config with 50 sites. I will delete all of these sites several times to make new tests. Currently I just delete them one by one... I have not found how to select all sites to remove them in one hit.
| |||||
feedback
|
|
You should be able to do:
and then
To delete all of the sites, although I'm not sure. If it works it would be faster. Learn more about piping appcmd here: http://blogs.iis.net/ksingla/archive/2007/06/17/things-you-can-do-by-piping-appcmd-commands.aspx | |||||||||||
feedback
|
|
You can use the IIS
You can repeat the command in a script to delete specific website names whenever you run the script. Create a file called
Save the file, and then double-click it. That should delete the websites listed every time you run the script. Here's a useful article on iis.net about using the | |||||||
|
feedback
|