How to debug cs file which was created under webreference folder?
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
If I create a web service project and a web form project under the same solution. Then create a web reference in my web form project. When run the project in debugging mode and want to debug the cs file which is associated to my web reference, how to do it? The current situation I encountered is: I use the object defined in the web service project (cs file) from the web form cs file, and can't debug the object method. Anybody knows how to do this debugging? Thanks!