The default website did not appear in the IIS Manager site tree after it was deleted, although when I tried to create it, I received the following error message:
A website with the same name already exists
So, I deleted the default website by executing these commands sequentially on the command line running as administrator :
cd %windir%\system32\inetsrv appcmd delete site "Default Web Site"
And after that, I was able to create the default website again.
Andrei Karcheuski Jun 03 '16 at 15:09 2016-06-03 15:09
source share