我正在尝试在本地系统上获取应用程序池,我是使用此代码的管理员
Dim ServerManager As New Microsoft.Web.Administration.ServerManager
colAppPools = ServerManager.ApplicationPools
或者
ServerManager.WorkerProcesses()
第二行导致我检查了redirection.config上的FileNotFoundException 并且在%systemroot%\system32\inetsrv\config 目录中有一个具有该名称的文件,该文件存在并且我给了它和用户的文件夹权限,但我仍然得到相同的 FileNotFound 异常。