Hosting WCF over Internet

Posted by karthik on Server Fault See other posts from Server Fault or by karthik
Published on 2012-12-04T22:57:35Z Indexed on 2012/12/04 23:05 UTC
Read the original article Hit count: 343

Filed under:
|
|

I am pretty new to exposing the WCF services hosted on IIS over internet. I will be deploying a WCF service over IIS(6 or 7) and would like to expose this service over the internet. This will be hosted in a corporate network having firewall, I want this service to be accessible over the internet(should be able to pass through the firewall)

I did some research on this and some of the pointers I got: 1. I could use wsHTTPBinding or nettcpbinding (the client is intended to be .net client). Which of the bindings is preferable. 2. To overcome the corporate I came across DMZ server, what is the purpose of this and do I really need to use this). 3. I will be passing some files between the client and server, and the client needs to know the progress of the processing on server and the end result.

I know this is a very broad question to ask, but could anyone give me pointers where I could start on this and what approach to take for this problem.

Any help will be appreciated.

Thanks Karthik

© Server Fault or respective owner

Related posts about iis

Related posts about internet