Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The process running IIS in most cases is called w3wp.exe. We will look for it in the list of processes, normally it will be spawned under a “svchost.exe” process:

...

Note

For .NET Core applications, the process name is usually “dotnet”

Once we’ve found the process, we will right click and select “Properties” to get a deeper look in its configuration.

Note

For .NET Core applications, the process name is usually “dotnet”

...

The “Image” Tab

In the default tab, we can see basic information about the process:

...

In this case, there are the SeaLights DLLs currently in use by IIS, like we saw in the previous step (red square).

There are additional binaries currently in use by the Coverage Collection service (orange).

...