I'm trying to use the debugger to step through some unit tests I wrote for an ASP.NET 2.0 web service. Unfortunately, I can't get the debugger to hit any of my breakpoints. It flys right by breakpoints in both the unit test code and the code in the web service project. If it matters, I'm not trying to test and debug the web service itself--just normal .NET code within the web service project.
Right now, I'm running my web project through IIS. I wasn't able to get debugging working through the VS development web server either, however.
Does anyone have any ideas? I'd greatly appreciate some help.
-Justin
Right now, I'm running my web project through IIS. I wasn't able to get debugging working through the VS development web server either, however.
Does anyone have any ideas? I'd greatly appreciate some help.
-Justin