1. Identify application pool identity in IIS7
A: Run command tool with administrtor account, navigate to C:\windows\system32\inetsrv>appcmd list WP
2. Identify application pool identity in IIS6
A: Run command tool , navigate to C:\windows\system32>cscript iisapp.vbs
3. What is application pool?
A: App pool isolates the worker process(W3wp.exe) execution. Each separate worker process provides a process boundary so that when an application assigned to one application pool, problems in other application pools do not affect the application
A: Run command tool with administrtor account, navigate to C:\windows\system32\inetsrv>appcmd list WP
2. Identify application pool identity in IIS6
A: Run command tool , navigate to C:\windows\system32>cscript iisapp.vbs
3. What is application pool?
A: App pool isolates the worker process(W3wp.exe) execution. Each separate worker process provides a process boundary so that when an application assigned to one application pool, problems in other application pools do not affect the application
No comments:
Post a Comment