I have deployed an application in Default Website of IIS7. To make changes to settings of my application, I have to right click the application, go to Manage Application, and click Advance Settings. A window pops up. In that window, in Behavior section, there is "Enabled protocols" which is set to "http" by default.
I want to change the value of Enable protocols from http to http,net.tcp through C# code.