简体   繁体   中英

Cannot attach to w3wp process in VS 2022

I have web app running locally in IIS. App of Net Framework 4.7.2. When I tried "Attach to Process" for w3wp process in Visual studio I am unable to do so. Visual Studio is running under Administrator account. Things I tried:

  1. Restart of IIS and VS in different sequence.
  2. Setting "Enable 32-bit Applications" flag on app pool in IIS to true
  3. Tried to run process monitor to see if there would be errors. Nope, no errors.
  4. Tried manually set type of app in "Attach to" combobox to various types with same results. Types tried: Managed 4.x, with and without Compatibility mode, Managed(Native compilation), Native.
  5. Tried Visual Studio repair - still having issue.
  6. Created brand new web app.Net Framework 4.7.2, deployed it under IIS and tried to attach to the w3wp process and got same issue.

Things I noticed:

  1. When I tried to attached to 64 version of the w3wp the type is "Managed Net 4, x64" and I am getting "Unable connect to the process" message with justification: VS must run as administrator. Funny thing: VS IS running as administrator.
  2. When I turn 32-bit application flag on I am getting type as x86 and plain "Access denied". Even if restart IIS and try to access the app to start new w3wp process. I think it should be: "Managed Net 4, x86", but I am not 100% sure.

At this point I am out of ideas. Any help would greatly appreciated

UPDATE. I noticed, when I turn on 32bit applications on app pool in IIS I am getting following error in Event Viewer: "The description for Event ID 0 from source .NET Runtime cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer."

Turned out corrupted Avecto installation was the culprit. Reinstalling offending software resolved the issue. Live and learn. At least I lived.:)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM