was
WCF, WAS, IIS and ports
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[详细]
2023-04-08 12:59 分类:问答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 分类:问答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 分类:问答WCF service with WAS: service cannot convert queue's path name
I got a WCF service listening on a via WAS on a MSMQ which is located on a different server within the same domain.[详细]
2023-03-08 15:50 分类:问答Hosting TCP based WCF service on the same ports as IIS (via Windows Activation Service) in Azure WebRole
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[详细]
2023-03-08 13:53 分类:问答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 分类:问答Error hosting WCF on WAS
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[详细]
2023-03-04 21:04 分类:问答HELP! - DefaultServiceHostFactory executing before application_startup and container creation
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).[详细]
2023-02-27 07:49 分类:问答IIS and WAS dynamic activation
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[详细]
2023-02-26 20:20 分类:问答WCF Service call working with basicHttpBinding but fails with netTcpBinding
(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[详细]
2023-02-24 16:52 分类:问答