How to get applications associated with a application pool in IIS7

后端 未结 3 571
轮回少年
轮回少年 2020-12-17 05:01

I have a virtual directory name. For this virtual directory i have to find out the application pool associated. Once i get the application pool i have to find out all the vi

3条回答
  •  轮回少年
    2020-12-17 05:50

    Or a new line no looping approach:

     Environment.GetEnvironmentVariable("APP_POOL_ID", EnvironmentVariableTarget.Process);
    

提交回复
热议问题