Script not served by static file handler on IIS7.5

前端 未结 23 1474
执念已碎
执念已碎 2020-11-30 21:11

I\'ve just tried to deploy my first web application to IIS on my Windows 7 Home Premium notebook. After creating the application, I had to change to the Classic App Pool, t

23条回答
  •  無奈伤痛
    2020-11-30 21:28

    For Windows 10/Framework 4.7, I had to turn on HTTP Activation through the following method:

    1. Control Panel > Programs and Features > Turn Windows Features on or off
    2. Under .NET Framework 4.7 Advanced Services, expand WCF Services, select to check the HTTP Activation and whatever else you need when working with WCF
    3. Click OK and let the install do its thing, then open an administrative command prompt and issue the IISRESET command

提交回复
热议问题