1: 在IIS中建一个新的:Default Web Site.(路径指向 c:\Inetpub\wwwroot)
2: 在IIS中,记下 Web site’s identifier. (Web site tab -> Properteis -> 最下面的log file name: W3SVC 后面的一串数字,不包括\后面的)
3: 下载安装IIS resource kit tool
4: 选择 Metabase Explorer tool
5: 打开该工具,展开: LM\W3SVC,找到 1,它就是默认的Default Web Site。把它删掉。
6: 根据在步骤2中的identifier. 找到我们新建的website,把它 改为1
7: 打开 command prompt,运行:Cd c:\Inetpub\adminscripts Adsutil delete ds2mb
8: 重启Microsoft Exchange System Attendant service.
9. 运行iisreset 命令重启 IIS。
10.打开iis发现默认网站又回来了。