Hi,
I have a .Net Visual Studio solution with one asp.net Web application, which
uses a Asp.Net Web service. Both are compiled in debug mode, and both are
using the Studio development web server for debugging. I have also add the
Web reference to the web service with the "Add Web service in the solution"
choice, that is the Web app starts the Web service with the Studio
development web server.
So I thought I could set breakpoints on the web service C# code. But as soon
as I start the main web app, the breakpoints are turning yellow with a
exclamation mark and they don't stop anything.
Did I miss something ?
Best regards
I have a .Net Visual Studio solution with one asp.net Web application, which
uses a Asp.Net Web service. Both are compiled in debug mode, and both are
using the Studio development web server for debugging. I have also add the
Web reference to the web service with the "Add Web service in the solution"
choice, that is the Web app starts the Web service with the Studio
development web server.
So I thought I could set breakpoints on the web service C# code. But as soon
as I start the main web app, the breakpoints are turning yellow with a
exclamation mark and they don't stop anything.
Did I miss something ?
Best regards
Comment