using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.IO; using Microsoft.Web.Administration; namespace RecoveryWebSite { public class Program { const string AppPoolName = "POD"…
一般情况下,window IIS安装完毕后,会启动C:\inetpub\ 产生 类似C:\inetpub\temp\apppools的文件夹,如果IIS被改动过,此文件夹不会自动生成.需要手动添加. 另外可以查看详细: For whatever reason, last week both of my Vista 64-bit machines suddenly stopped being able to start IIS (Internet Information Server). Th…