Posted By: Cliff Simpkins | Aug 27th @ 8:00 AM
Welcome to the latest video in the weekly WF/WCF Screencast series.

In this short video, CSD MVP Aaron Skonnard from PluralSight guides the viewer through how to host your WCF Service in IIS. We will start with the simple WCF service that we created in the first screencast, hosting it as an ASP.NET svc file. Aaron then demonstrates adding a couple endpoints (for greater detail, see the screencast on creating WCF endpoints) and accessing the service. Once we have our WCF service hosted in ASP.NET, we add it as an application to IIS for consumption.

For additional information on WCF, please check out the WCF Dev Center on MSDN and the .NET Endpoint team blog. For more information on classes offered by Aaron and the PluralSight folks, check out their catalog of instructor led courses and new online courses that cover a variety of Microsoft technologies, ranging from .NET v3.5 to WSS to BizTalk server.
Rating:
2
0

Thanks for a great back to basics webcast, i have just doing my first WCF project and this covered most of the things I had to find on the web, thanks again, keep up the great work.

Fine. now i have learnt to create and using services from previous and this tutorial...

But In this tutorial also you have taught to add values and get values by using WebClientTest tool...

I would like to know how to do such operations in programmatic way like;

--------
I want my website to add some strings to COMMENTS and SUBMITTER when I click a button on my web page

After that I want to receive those data into my c# desktop application  by the get() method in the service running under IIS

I know I should create a Channel for this, but I'm new to WCF and my mind is totally blank about this....

So is there any guy whos willing to help me? I have googled alot for such a tut, but i was unable to find...So please help me