ASP.NET: Unable to automatically step into the server. The remote procedure could not be debugged.
- by mark smith
Hi there,
can anyone help?
I am having a problem stepping into code which is a website hosted on IIS7.
Basically i have a test class which calls a WCF service like so
ISecurityService service = new SecurityServiceClient();
MembershipUser membershipUser = null;
membershipUser = service.GetMembershipUser("Mark"); // THIS…