How to debug a web service in a C#/.NET solution from a web application
问题 I have an application solution consisting of eight projects in C#/.NET with Web services. One of the projects is of web services. All the data is fetched through the web services in a Windows Forms application. But while debugging my Windows application I am unable to debug the web services called for fetching the data in Visual Studio 2010. How do I debug a web services project in a solution when data fetching events are fired? 回答1: Normally, when debugging in Visual Studio the selected