Tag: WSS3

  • Find the right IIS process with IISAPP

    Windows Server has a nice little CScript application called IISAPP that makes it nice and easy to differentiate w3wp.exe processes that are running. By calling this script in the command line you can get an output that shows the process id and the app pool. So if, by chance, you need to attach to a…