.NET Debugging
John Halliday <[email protected]> Wed, 18 Oct 2006 08:50:45 -0500
| Newsgroups | gmane.comp.windows.devel.dotnet.cx |
|---|---|
| Message-ID | <[email protected]> |
All, I'm debugging my C# app, so I hope no one minds my putting message in this area. Someone here has most likely come accross this. Problem Background: When I run my web services solution in DEBUG mode I then run a client piece on the same machine that access the services. The client is not run in debug mode while the services themselves are. Until yesterday (middle of testing the app.) the debug was working - breaks would stop the running code and I could see variable contents, etc. Suddenly, when accessing the same web method from the client, the break points no longer seemed to work. The client piece would get back an error at the point I am still debugging but without the web service stopping at the break-point. I have tried checking the web.config file to ensure that debugging = true (it is). I noticed that in IIS, the Application Protection is set to 'High - Isolated'. I keep changing it to 'Medium - Pooled' but it keeps changing back to high for some reason. I thought that the Application Protection only affected ASP applications though, so this probably doesn't matter. Any ideas why the debug is not working even though it seems to be running correctly? John =================================== This list is hosted by DevelopMentor® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com