Create an App.Config File for a Managed Windows Service Using WCF

My next project will use Windows Communication Foundation to host Windows Managed Services, so I am trying to follow the HOWTO on msdn - How To: Host WCF Service in Managed Windows Service . Sounds like a perfect match.

Everything was fine until he mentioned the App.Config file, but not how it was generated in the first place.

As I wrote there, maybe some supposed prior knowledge (maybe from another tutorial), but I couldn't find an answer after some searching.

Thanks in advance.

0


source to share


1 answer


Are you talking about item # 5? The app.config file is generated by you. You can add an item to your project in VS.NET by right clicking on the project and choosing to add a new config file. Then you can add a section as shown in the step.



+2


source







All Articles