How do I ensure that WCF 4.0 is the only version of WCF registered within IIS 7.5?
Share
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.
Simply by installing nothing but .NET 4.0 on that web server, and by making .NET 4.0 the default setting for your application pool(s) on that web server.
I don’t think you can make sure to have only WCF 4.0 “registered” if you have multiple versions of .NET on that server box.