Hi, I have worked with WCF for a while now but there is somthing Im not clear on. When hosting a WCF service in IIS the standard protocol will be http and the default port is 80. Its possible to cha
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:
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.
I got a WCF service listening on a via WAS on a MSMQ which is located on a different server within the same domain.
How should one configure an Azure Webrole when using a TCP-based WCF on the same ports as IIS? An 开发者_开发技巧on-premise solution would typically use WAS activation, however this usually involved
Does the TCPPortSharing service permit me to have a WAS activated TCP-Based service on the same port as IIS\'s port 80?
I am getting this error while hosting my WCF application on windows service. The service is hosted on a server and i want to access it over intern开发者_Python百科et. So i gave it networkservice permi
I am using the WCF facility for a service hosted in WAS (net.tcp binding in iis7) and experiencing a weird issue only upon a cold application startup (i.e. not already running).
I am learin开发者_开发问答g the theory of WCF. In one of the book about WCF it reads that IIS and WAS supports dynamic activation, therefore it is possibile to create service host factory. What is dyn
(Please read comment as i have a fix) Hi, I have created a WCF Service that i am hosting in IIS 7.5 on Windows 7 using .net 4.0