Debug webservice
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
Hi
I have a VS2005 c# solution which includes a webservice and a windows
application which uses the webservice.
How do I "debug" into the webservice from the application?
I can for example debug/attach to aspnet_wp.exe and access the webservice
from a browser - and there I can hit breakpoints in the webservice (but
unfortunately not access the more complex methods in my webservice).
But I can't work out how to achieve the same from my windows application.
Thanks,
Peter
.
Relevant Pages
- Re: Urgent --- Please help - How to deploy WS in 2003 server????
... While deploying a Webservice in Windows 2003, ... Application Pool: ... If any other user is selected for providing the credentials, then, the user ... (microsoft.public.dotnet.framework.webservices) - RE: Windows Service DefaultCredentials are empty?
... a request is made to the XML Web service method ... This morning we install the new Windows Service to QA (I was trying to hit ... calling webservice through proxy in windows service ... Microsoft MSDN Online Support Lead ... (microsoft.public.dotnet.framework.aspnet.webservices) - Re: How to use licensing in my .NET Application
... Each installation of Windows does have an unique ID that you might wish to ... don't care much about tying the copies to any specific computer, ... if it is authorized to run via a webservice each time it starts. ... (microsoft.public.dotnet.general) - Re: Unable to access webservice on a m/c from client app on other
... In your case authentication will be Windows, and in the authorization section you restrict it either a windows group or to specific users. ... Saravana Kumar [MVP - BizTalk Server] ... coming to the issue so how do i restrict accessing webservice for particular ... The user account you configured in the application pool will be used to run ... (microsoft.public.biztalk.server) - Generating a web request from a Winform Application using WebServi
... How to generate a web request from a Winform Application using a WebService? ... But when I tried the following code in a web service it is not working. ... public string GetURL ... Code to Access the Web Service in a Windows Application ... (microsoft.public.dotnet.general) |
|