It is very deficult to identify perticular SharePoint web application's worker process in IIS 6.0 and 7.0 because there are somy web aplication running on SharePoint Farm.
How to attach worker process?
we can go to Tools > Attach Process or use shortcut key Ctrl +P.
Identify Worker Process in IIS 6.0
Identify Worker Process in IIS 7.0
From IIS 7.0 you need you to run IIS Command Tool ( appcmd ) .
Happy Debugging...!!!
How to attach worker process?
we can go to Tools > Attach Process or use shortcut key Ctrl +P.
Identify Worker Process in IIS 6.0
- Start > Run > Cmd
- Go To Windows > System32
- Run cscript iisapp.vbs
Identify Worker Process in IIS 7.0
From IIS 7.0 you need you to run IIS Command Tool ( appcmd ) .
- Start > Run > Cmd
- Go To Windows > System32 > Inetsrv
- Run appcmd list wp
Happy Debugging...!!!
No comments:
Post a Comment