Click here to Skip to main content
15,892,797 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I have selected three different templates

1. File > New > Project > WCF Service Library. (it contains in solution)
Properties
References
Web.config
IService1.cs
Service1.cs


2. File > New > Project > WCF Service Application. (it contains in Solution)
Properties
References
App_Data
IService1.cs
Service1.svc
Web.config


3. File > New > Web Site > WCF Service. (it contains in Solution)
App_Code
>IService1.cs
>Service1.cs

App_Data
Service.svc
Web.config

(if you are not able to find WCF Service just look in complete List)


Can you please tell me what is the difference in these and what is the use of these three on different places.?
Posted

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900