I inherited a web service that was installed and forgotten about years ago.Now we need to change it, but it\'s built in VS2005, and all I have is vs2010.When I load the project, it automatically attem
I try attach to procees w3wp.exe to debug my asmx web service, add breakpoints. But nothing heppends (The breakpoint will not currently be hit. No symbols have been loaded for this document).
I have deployed a web service to a ubuntu server running lighttpd and fastcgi-mono-server2.The .asmx page loads correctly but when I test the method I get a 404.
I have Silverligth Unit test Application (.net 4.0) and I\'ve added reference to my WCF service(3.5) And here are my codes
I am new to DDD and at the moment I try to refactor a project towards a domain driven architecture. The project has a client and a server side (ASMX webservice). Now I created a class libary called \"
In ASP.NET, I have collected a list of selected items from a checkbox in an array at the client side. Now I need to pass the ar开发者_StackOverflowray from client to server\'s ASMX web method. How do
I\'m looking for some help with a production issue we have encountered. We have an NServiceBus Handler that when it processes a message sends a request to an asmx (.net 2.0) webservice running on IIS
I have a built a simple ASMX service using Visual Studio 2010. I am have build a simple service client application (form) using Delphi 7. I have used WSDLImport to create a proxy file that contains al
I am carefully treading into WCF attempting to follow tutorials and convert my ASMX project to a new WCF project and I\'ve stumbled upon a mystery about coding of my constructor in WCF.
I am stuck trying to extend SoapException in order to add two additional string attributes. I have a Web-Service method that should throw CustomSoapException derived from SoapException and I want to c