随笔 - 41  文章 - 0  评论 - 24 
  2008年2月3日
添加引用:AspNetMMCExt
添加名字空间:using Microsoft.Aspnet.Snapin;

AspNetManagementUtility aspnet = new AspNetManagementUtility();

string e;
aspnet.DisplayAspNetConfigSettings(
"sonic-zzw""""/SignCode""Default Web Site""", Process.GetCurrentProcess().Id, out e);
    
posted @ 2008-02-03 17:59 pdfw 阅读(177) 评论(0) 编辑
 添加引用:AspNetMMCExt
添加名字空间:using Microsoft.Aspnet.Snapin;

AspNetManagementUtility aspnet = new AspNetManagementUtility();

string verList;
aspnet.AcquireVersionList(
out verList, 0);

Console.WriteLine(verList);
posted @ 2008-02-03 11:10 pdfw 阅读(374) 评论(1) 编辑