ASP.NET Core - can't attach to w3wp

178 Views Asked by At

I'm using "development-time IIS support" and trying to attach w3wp for debuging. But I'm getting this warning:

The breakpoint will not currently be hit. No symbols have been loaded for this document.

What I'm doing wrong? IIS configured as specified here

iis 10 / asp.net core 2.1

1

There are 1 best solutions below

0
On

Ok, my problem solved.

In ASP.NET Core we need to attach to dotnet.exe. IIS just a shell.