wcf-configuration
Crossdomain WCF - Silverlight configuration error a:ActionNotSupported
I tried to run WCF functions from SilverLight Code. WCF is runing on site www.my-site.com Silverlight application is downloaded from site www.my-site.com as < IFrame/> part of html page which is do[详细]
2023-04-04 10:07 分类:问答How to specify implemented Service Contract dll in WCF config
开发者_JS百科My service implementation is present in Calc.dll. WCF Service is present in Svc.dll I have added contract inside endpoint tag in the WCF app.config file of Svc.dll.[详细]
2023-03-27 07:30 分类:问答WCF Test Client - Any way to save the services/settings to a file to reload easily later?
The WCF Test Client is a really powerful tool. I can avoid creating a new console app to test my services. However, what is annoying is that I can\'t seem to save the services/config I add 开发者_运维[详细]
2023-03-21 02:39 分类:问答WCF Configuration for Endpoint in Another Project
I have two projects in a single solution. One project, let\'s call it MainProject, becomes an executable. The other project, let\'s call it ControlsProject, contains UserControl\'s and is referenced ([详细]
2023-03-20 19:38 分类:问答Why IMetadataExchange is invisible?
I have created WCF Service that is hosted with IIS 6 (Windows XP): <system.serviceModel> <behaviors>[详细]
2023-03-18 12:40 分类:问答Configure WCF without using config file and instantiating proxy client with default constructor
I am not sure this开发者_开发技巧 is even possible to be honest, I am wondering if there is a way of removing the use of the config file without having to override the creation of the client proxy.Le[详细]
2023-03-16 19:20 分类:问答netsh does not work for AddressAccessDeniedException: HTTP could not register URL
When another developer tried to run the service through vs 2010, they received the error: Please try changing the HTTP port to 88 or running as Administrator.[详细]
2023-03-13 08:53 分类:问答WCF bindings/security configuration for Intranet that uses Mac and Windows?
What bindings and security configurations are best f开发者_Go百科or an environment with Windows and Mac Computers?BasicHttpBinding will probably have the greatest reach. Just about every platform supp[详细]
2023-03-06 13:26 分类:问答WCF Service hosted in VS Dev server works, in IIS not so much
I have a WCF Service that works just fine in the VS development server, but if I go to project settings and change the Web tab servers to use Local IIS Web Server instead I get a BadImageFormatExcepti[详细]
2023-02-18 12:28 分类:问答How to add maxItemsInObjectGraph programmatically without using configuration file?
I have create a 开发者_StackOverflow社区EndpointAddress like that EndpointAddress address = new EndpointAddress(\"http://example.com/services/OrderService.svc\");[详细]
2023-02-07 12:18 分类:问答