Click here to Skip to main content
15,893,814 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

How to host the WCF in IIS through HTTPS
Posted

You can get help from here....

http://wcftutorial.net/WCF-IIS-Hosting.aspx[^]
 
Share this answer
 
you can first change you binding from http to https in the web.config.
and then open the iis from the start menu.
And deploye your Data layer and browse the service and copy the reference from and paste into your business layer and update the service and then deploye the business and browse the service and copy the reference and paste in presentation layer service layer reference and then update and deploye the the presentation layer...
try these links

http://debugmode.net/2011/05/14/hosting-wcf-rest-service-in-iis-with-https/[^]


http://msdn.microsoft.com/en-us/library/aa751792.aspx[^]

http://msdn.microsoft.com/en-us/library/ms733766.aspx[^]
 
Share this answer
 
Try this:

Hosting WCF 4.0 Service on IIS 7.5 with SSL[^]

hope it helps :)
 
Share this answer
 

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