CLI: Delete Site and it’ content
You can delete (unextend) a site from iis and also delete associated database using the following command line
STSADM.exe -o unextendvs -url http://%computername%:80 -deletecontent -deleteiissites
Related posts:
You can delete (unextend) a site from iis and also delete associated database using the following command line
STSADM.exe -o unextendvs -url http://%computername%:80 -deletecontent -deleteiissites
Related posts:
You may Subscribe to Comments RSS.
Comments are closed.