当前位置:编程学习 > C#/ASP.NET >>

发布网站问题

写了个发布网站的方法,提示“未处理的COMException,异常来自 HRESULT:0x8000500F”,请看下面截图。
 DirectoryEntry site = new DirectoryEntry("IIS://localhost/W3SVC");  //创建网站
            //int SiteID = this.GetSiteID();//
            DirectoryEntry newEntry = site.Children.Add(GetSiteID.ToString(), "IIsWebServer");

            newEntry.Properties["ServerComment"].Value = "MyWebSite";//这里是设置站点的别名

DirectoryEntry newEntry = site.Children.Add(GetSiteID.ToString(), "IIsWebServer");
调试到这里就提示错误了。
补充:.NET技术 ,  C#
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,