摘要: static string GetMAC() { StringBuilder sb = new StringBuilder(); NetworkInterface[] networks = NetworkInterface.GetAllNetworkInterfaces(); foreach (NetworkInterface item in networks) { PhysicalAddress _mac = item.GetPhysicalAddress();... 阅读全文
posted @ 2013-02-28 16:01 二师弟tl 阅读(760) 评论(0) 推荐(0)
摘要: const string isAPI_partialPath = @"v4.0.30319\aspnet_isapi.dll"; static void Main(string[] args) { ServerManager svrMgr = new ServerManager(); Configuration config = svrMgr.GetApplicationHostConfiguration(); ConfigurationSection section = config.GetSec... 阅读全文
posted @ 2013-02-28 14:23 二师弟tl 阅读(1163) 评论(0) 推荐(0)