我正在尝试获取本地系统上的应用程序池,我是使用以下代码的管理员
Dim ServerManager As New Microsoft.Web.Administration.ServerManager
colAppPools = ServerManager.ApplicationPools或
ServerManager.WorkerProcesses()第二行在我选中的redirection.config上生成一个FileNotFoundException,在%systemroot%\system32 32\inetsrv\config目录中有一个文件名,该文件存在,我给了它和用户的文件夹权限,但仍然得到了相同的FileNotFound异常。
发布于 2015-08-19 19:15:51
我猜这可能是有两个原因之一:
https://stackoverflow.com/questions/30883747
复制相似问题