Showing posts with label iis. Show all posts
Showing posts with label iis. Show all posts

Friday, June 1, 2007

W3Wp.exe belongs to which AppPoolID ?

If you have different application pools and you need to know which application pool  the worker process belongs to, run the following command.
C:\WINDOWS\system32>cscript iisapp.vbs

Wednesday, April 25, 2007

AppPool recycle

Instead of restarting the IIS using IISReset, which would recycle all the AppPools on the server, you can just recycle the required AppPool using the following command:

%windir%\system32\cscript.exe c:\windows\system32\iisapp.vbs /a "[App Pool Name]" /r

You can create a shortcut for the above and add it to your toolbar

Tuesday, April 10, 2007

How to determine the Password for IUSR account

Click on the Image to get a better view
Below are the commands for accessing the password's for the respective accounts