0

I need to debug an asp.net project. I want to debug the website using the debug function with Visual Studio 2015 through a browser. I just succeed in debugging before.

Now I'm getting this error ERR_CONNECTION_REFUSED after I try to start debugging.

I have already tried these solutions How to solve ERR_CONNECTION_REFUSED when trying to connect to localhost running IISExpress - Error 502 (Cannot debug from Visual Studio)?

and localhost refused to connect Error in visual studio

But none of them are working.

It seems IIS Express is not binded to Visual Studio...

Daniele
  • 588
  • 1
  • 6
  • 22
  • https://docs.jexusmanager.com/tutorials/vs-diagnostics.html You need to run the report and edit your question to include the info. – Lex Li Dec 12 '18 at 14:34
  • I just realized that I cannot find my project in IIS express Sites. Should my project be there? – Daniele Dec 12 '18 at 14:42
  • Sounds like you need to study where the configuration is https://docs.jexusmanager.com/getting-started/features.html – Lex Li Dec 12 '18 at 14:43

1 Answers1

0

I just solved disabling in debuggers Native Code and SQL Server.

Solution

Daniele
  • 588
  • 1
  • 6
  • 22