InterviewSolution
Saved Bookmarks
| 1. |
If There Are Multiple Worker Process Running On Iis, Then How Can You Attach A Particular Worker Process For Application ? |
|
Answer» Run cscript iisapi.vbs SCRIPT to find out the PROCESS ID and Application Pool name . Based on the process Id for particular application I have to ATTACHE the process from Visual STUDIO IDE. Run cscript iisapi.vbs script to find out the process ID and Application Pool name . Based on the process Id for particular application I have to attache the process from Visual studio IDE. |
|