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:
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:
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
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.
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.
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
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
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
Does the TCPPortSharing service permit me to have a WAS activated TCP-Based service on the same port as IIS\'s port 80?
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