WCF Series: Using the WCF Service Configuration Editor

In this article we will be seeing how we can create a Config File using the Configuration Editor in WCF.
 

Create a Config File using Configuration Editor in WCF

 
For this post I am going to use the FirstService we created previously in the series.
 
CongEdtr1.gif
 
Let's delete the App.config already present. We are now going to build this using the WCF Configuration Editor.
 
CongEdtr2.gif
 
The Editor opens up.
 
CongEdtr3.gif
 
CongEdtr4.gif
 
CongEdtr5.gif
 
Click on Create a New Service Link.
 
CongEdtr6.gif
 
CongEdtr7.gif
 
CongEdtr8.gif
 
CongEdtr9.gif
 
CongEdtr10.gif
 
CongEdtr11.gif
 
CongEdtr12.gif
 
CongEdtr13.gif
 
CongEdtr14.gif
 
CongEdtr15.gif
 
CongEdtr16.gif
 
CongEdtr17.gif
 
CongEdtr18.gif
 
CongEdtr19.gif
 
The App.Config File gets added to the Solution.
 
CongEdtr20.gif
 
Thanks. Happy Coding.


Similar Articles