If I run a basicHttpBinding WCF endpoint in a windows service what Windows features do I need to install?
Do I need to install IIS? Do I need to install anything else?
I’m on Windows 2008 server x64 Standard
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.
If you’re self hosting in a Windows Service, you shouldn’t need any additional Windows features. IIS would only be required if you were hosting in IIS.