I have a mobile application that interacts with a WCF service.
Do I have to host the wcf in IIS in order for the mobile to connect to it via internet?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
IIS is one hosting option, others include WAS (Windows Activation Service), and self-hosting it in an application you write. These options are all well described here.
As long as the server is accessible on the internet, any hosting option will work. They all have various pros and cons, such as reliability, accounting, and simplicity.