添加引用:AspNetMMCExt
添加名字空间:using Microsoft.Aspnet.Snapin;

AspNetManagementUtility aspnet = new AspNetManagementUtility();

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

Console.WriteLine(verList);
posted on 2008-02-03 11:10  pdfw  阅读(1373)  评论(1编辑  收藏  举报