I have been trying to figure out a way to step through a VS .NET 2005
web service so I can see what is going on. The problem is that I keep
getting this error:
"Unable to automatically step into the server. The remote procedure
could not be debugged. This usually indicates that the debugging not
has been enabled on the server. See help for more information."
I have looked at this error out here and everyone keeps saying that I
need to have this setting in the web config file (<compilation
debug="true">). However, I have that setting so am not sure why I
can't get this to work.
web service so I can see what is going on. The problem is that I keep
getting this error:
"Unable to automatically step into the server. The remote procedure
could not be debugged. This usually indicates that the debugging not
has been enabled on the server. See help for more information."
I have looked at this error out here and everyone keeps saying that I
need to have this setting in the web config file (<compilation
debug="true">). However, I have that setting so am not sure why I
can't get this to work.
Comment