net.tcp
Use X509Certv3 from string for WCF Service Endpoint?
I have exported a key pair (public and private key) into a single cert from a Win2k8 server. I then used OpenSSL to convert it to a pem:[详细]
2023-04-08 04:08 分类:问答moved net.tcp WCF services from localhost to IP address on new site, services won't load
I have a website running 2 WCF services.Working awesome until I needed to move them from the \"Default Web Site\" in IIS7 to a dedicated website with a new IP address.Now I get the error message:[详细]
2023-04-05 10:38 分类:问答WCF service hosting using website other than "Default Web Site", default port, net.tcp
My basic question is for guidance hosting a WCF service in IIS7 (2008 R2) on the default net.tcp port of 808 on a website other than \"Default Web Site\".I have 4 sites each bound to a specific IP add[详细]
2023-04-04 21:47 分类:问答Enable net.tcp protocol from Web.config
I have WCF service that has http and net.tcp endpoints. I have deployed the service to IIS 7.5 (Server 2008R2), everything is working good.[详细]
2023-04-04 03:13 分类:问答Hosting WCF Service on IIS 7 with net.tcp bindings - Error with consuming the service
I am trying to host a WCF Service with Net TCP bindings in IIS 7 / Win 7. The service is hosted and i can add a reference to it in my client application.[详细]
2023-03-27 10:56 分类:问答Should we use overrides or a static constructor when overriding AutofacServiceHostFactory
We are running WCF services with net.tcp bindings in IIS 7.5, so we make use of non-HTTP activations and WAS Hosting.We are have created a custom service host factory for each service, which is derive[详细]
2023-03-25 11:36 分类:问答Error publishing WCF service with net.tcp bindings
I\'m trying to publish a WCF service on IIS 7.5 net.tcp enabled and I get the following error: Could not find a base address that matches scheme net.tcp for the[详细]
2023-03-23 20:32 分类:问答Could not connect to net.tcp://localhost... TCP error code 10061
Referring to a video tutorial about WCF service in windows service,i have created a sample WCF service and hosted that Service with netTcpBinding in Windows Service.(since i want this WCF service to r[详细]
2023-03-21 15:31 分类:问答Is it possible to have a WCF/WAS service using net.tcp port 80 and IIS on the same port?
Does the TCPPortSharing service permit me to have a WAS activated TCP-Based service on the same port as IIS\'s port 80?[详细]
2023-03-07 22:05 分类:问答Is there an ASP style Routing Table for NetTcp bindings in IIS 7?
I\'m working on changing the bindings of a service from Restful http to netTcp, for a set of application services hosted on IIS 7. The restful configuration uses a Routing Table, and dynamically creat[详细]
2023-03-02 20:57 分类:问答