Win8 IIS supports SVC to implement the IIS hosted WCF Service, win8wcf
Preface
Register the svc command. When the registration is successful, an error is reported. In desperation, IIS is uninstalled twice, mainly because the website that can be browsed after the command registration fails.
1. registration error
When I see the following, some people on Baidu said that it was because Framework4.0 was first installed locally, and that the system was Win8 64-bit, let me modify the application pool to change the integration to classic and enable 32-bit, but it is useless.
2. An error is reported again after the change.
3. In desperation, I uninstalled IIS again, installed IIS, and installed SVC support through the control panel.
Summary
I was also drunk when I uninstalled IIS twice and re-installed IIS. After a problem occurs, the normal website could not be browsed. After installing IIS through the control panel, the test passed.