JS

Monday, February 13, 2012

How to check IIS process in Windows Task Manager

If there are many websites deployed on the same IIS using different pools. There processes will be shown in Windows Task Manager with the same name w3wp.exe


There is a way to recognize those processes.
1. Open cmd window.
2. Go to windows system32 folder.
    <code>cd C:\WINDOWS\system32</code>

3. Run this line
    <code>cscript iisapp.vbs</code>

Error (ESLint) i.CLIEngine is not a constructor in Visual Studio 2019

To correct the ESLint error 'i.CLIEngine is not a constructor' in Visual Studio 2019 with ESLint version 8.57.0, you can follow thes...