asmx
Converting VS2005 Web Service Project to VS2010
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[详细]
2023-04-10 09:08 分类:问答Unable debugging asmx web services
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).[详细]
2023-04-10 07:16 分类:问答using .asmx using lighttpd and mono fastcgi
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.[详细]
2023-04-09 22:50 分类:问答How to mock wcf service(transformed from asmx) by Moq
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[详细]
2023-04-09 22:34 分类:问答.NET: DDD and ASMX, avoid multiple namespaces on proxy classes
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 \"[详细]
2023-04-09 21:38 分类:问答asp.net : how to send a array from client to server web method
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[详细]
2023-04-09 21:37 分类:问答What is causing the bottleneck in this scenario?
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[详细]
2023-04-09 16:11 分类:问答Delphi client and ASMX service. Data not received by Operation
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[详细]
2023-04-08 16:23 分类:问答c# Namespace already contains a definition for inherited class so how to add a constructor
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.[详细]
2023-04-08 15:51 分类:问答How to extend SoapException
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[详细]
2023-04-08 07:47 分类:问答