Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I want to know what is the format of WCF pages?Is it .asmx?
How can i connect WCF with my application?
WCF is another application right?
What is the use of it?
Posted
Comments
Am Gayathri 6-Dec-12 8:57am    
Please answer
Am Gayathri 6-Dec-12 9:03am    
Anyone please give me the answer

1 solution

WCF files are .svc and .svc.cs for "code behind"

2 ways :
- Add a "WCF Service library" to your app! you'll have a dll to deploy with your site
- Create a "WCF Service Application". it is a service that can be hosted into IIS.

for more infos :

WCF vs ASMX
 
Share this answer
 
Comments
Am Gayathri 6-Dec-12 9:37am    
Thanks

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