Go to DotNetFunda.com
 Online : 1325 |  Welcome, Guest!   Login
 
Home > Articles > WCF > SSl with self hosted WCf Services

Submit Article | Articles Home | Search Articles |

SSl with self hosted WCf Services

red flag  Posted on: 11/25/2009 5:35:18 PM by Anup1252000 | Views: 2208 | Category: WCF | Level: Beginner


In this article, we are going to see how to use Transport Security with Self hosting by using SSL.



Introduction

       In this article,we are going to see how to use Transport security with Self Hosting by using SSL. Please Refer this link http://msdn.microsoft.com/en-us/library/ms733791.aspx. This link contains information about how to set SSl for Self hosting.

Lets go through this application step by step

Step1:


      Open VS 2008>New Project>Console Application>Give the name> Select c# as a programming language.

Step2:

      Now give System.ServiceModel reference to the console application project.

Step3:

      Now,lets write Service Contract,operation contract and so on in our service application.

     

I am setting the port to 8000. your url format should be like this https://computername:port no/service name


Step4:

        Now lets config the application configuration file(app.config). For configuring app.config, i am using a tool called WCF Service Configuration Editor. Please refer this link http://msdn.microsoft.com/en-us/library/ms732009.aspx. It contains information about WCF Service Configuration Editor.


         



Step5:

        Now check whether your application is running properly. If any errors fix those. 


Step6:

        Now, Lets create the client application. give reference to System.ServiceModel. lets use a tool called Svcutil.exe to generate the proxy. open VS cmd prompt> type in as svcutil /out:proxy.cs /config:app.config "https://computer name:8000/service" . It will automatically generate proxy.cs and app.config in the specific location. Copy those files and pate it into our client app. 


Step7:
        Now write these lines in the program.cs file





Step8:

         Now Lets run this application


Conclusion
    I hope you people like this article.


If you like this article, subscribe to our RSS Feed. You can also subscribe via email to our Interview Questions, Codes and Forums section.

Found interesting? Add this to:

| More



Please Sign In to vote for this post.

 
Latest post(s) from Anup1252000

Latest Articles

About anup hosur

Experience:2 year(s)
Home page:
Member since:Saturday, August 01, 2009
Level:Starter
Status: [Member]
Biography:

Submit Article

About Us | The Team | Advertise | Contact Us | Testimonials | Privacy Policy | Terms of Use | Link Exchange | Members | Go Top
General Notice: If you found plagiarised (copied) contents on this page, please let us know the original source along with your correct email id (to communicate) for further action.
Copyright © DotNetFunda.Com. All Rights Reserved. Copying or mimicking the site design and layout is prohibited. Logos, company names used here if any are only for reference purposes and they may be respective owner's right or trademarks. | 9/3/2010 4:00:23 AM