Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > .NET Web Services
|
.NET Web Services Discussions about .NET XML Web Service technologies including ASMX files, WSDL and SOAP.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the .NET Web Services section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 29th, 2008, 03:20 PM
Registered User
 
Join Date: Sep 2007
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default debug web services functions in solution

I have a solution which includes one application and one web services. I am trying to debug one of the web services functions called from the app, but it gave me the result of the run without stepping into the function no matter how I set up the break points in the application and web services.

any idea why this happened?

Thanks!

 
Old September 30th, 2008, 03:20 AM
samjudson's Avatar
Friend of Wrox
 
Join Date: Aug 2007
Posts: 2,128
Thanks: 1
Thanked 189 Times in 188 Posts
Default

The application and the web service will be running in different processes - and you are only debugging on of them.

Once you have started the application choose Tools->Attach to Process and find the process that is running the web service.

/- Sam Judson : Wrox Technical Editor -/





Similar Threads
Thread Thread Starter Forum Replies Last Post
how to debug a web services in MS 2003? brad-jenny ASP.NET 1.0 and 1.1 Basics 0 September 29th, 2008 04:29 PM
General solution to handle web application errors? woojtii Internet Information Services 1 March 27th, 2007 08:42 AM
How can i debug my web/windows application? vijaykumartaduri ASP.NET 2.0 Professional 1 March 20th, 2007 06:40 AM
Web Services Error (Ch18) - No Web Disc. Info. ElPato BOOK: Beginning ASP.NET 1.0 2 April 13th, 2005 03:27 PM
Run and Debug Application Using Directory Services tushpri General .NET 0 February 12th, 2005 02:35 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.