By defaults IIs supports only http protocol. If you want to use non-http protocols like TCP, you need to install "Windows Communication Foundation Non-Http Activaion" component and WAS(Windows process Activation Service) component. WAS is supported with IIS7 and above.
To Support NON-HTTP protocols in IIS, you need to follow the following steps.
Related Topics :
Different-option-of-hosting-wcf-service
Binding-in-wcf-choosing-right-wcf-service
Exchanging-metadata-in-wcf
Some-interesting-facts-about-data-contract
Knowntype-attribute-in-wcf
Associating-knowntype-in-wcf
Message-contract-in-wcf
Exception-handling-in-wcf
Exception Handling in WCF - SOAP Fault in WCF
Exception Handling in WCF - Unhandled Exception in WCF
Exception Handling in WCF - Creating and Throwing Strongly Typed SOAP Fault
To Support NON-HTTP protocols in IIS, you need to follow the following steps.
- Install WAS and WCF Non-Http Activation component
- Enable Non-Http protocol support in IIS for your application
- Go to control panel
- Click program and features
- Click on Turn windows features on or off option
- Expend .NetFramework and select "WCF Non-Http Activation"
- Click OK
- Open IIS
- Right Click on your application--Manage Application--Advance Setting
- In Advance setting window, set Enabled Protocol- http, net.tcp
- Click OK
Related Topics :
Different-option-of-hosting-wcf-service
Binding-in-wcf-choosing-right-wcf-service
Exchanging-metadata-in-wcf
Some-interesting-facts-about-data-contract
Knowntype-attribute-in-wcf
Associating-knowntype-in-wcf
Message-contract-in-wcf
Exception-handling-in-wcf
Exception Handling in WCF - SOAP Fault in WCF
Exception Handling in WCF - Unhandled Exception in WCF
Exception Handling in WCF - Creating and Throwing Strongly Typed SOAP Fault
No comments:
Post a Comment