I did an oopsie with central administration on SharePoint 2010. Instead creating site collection, i create a site within the ca. I tried to delete it by go to site setting > sites and workspaces > delete the site as well as go in to the site > site action > site settings > delete this site. I couldn't delete this unwanted site off the central administration. Any thought on deleting this?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
migrated from stackoverflow.com Oct 28 '11 at 15:17
|
you can go to subsite ,click on site settings,site action -delete site. |
|||
|
|
You can delete using stsadm command: stsadm -o deletesite -url http://servername/sites/sitename |
|||
|
|