HTTP Error 404.3 - Not found - The page you are requesting cannot be served because of the extension configuration

89,595

Solution 1

Answered here

Please make sure you've activated WCF components from here.

Or alternate and easy way is, go to control panel -> Turn Windows feature on or off -> and make sure you've all the options ticked as mentioned in below screenshot.

enter image description here

Run from cmd:

%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -ir

Solution 2

All you need to do is enable HTTP Activation and any other features that are required for HTTP activation.

For Windows Server 2012,Go to server manager, on the dashboard --> click on Add roles and features. In the Wizard window that opens choose the appropriate server and go on clicking next until you are on the features selection page.

Depending on the version of .NET framework in use on your server you have to check HTTP Activation under WCF Services and proceed to install it. This should resolve your issue.

Enable HTTP Activation

Share:
89,595

Related videos on Youtube

user824910
Author by

user824910

Passionate Software engineer. Interested in research and development. Having honed my skill set on engineering the software with Microsoft technologies.

Updated on July 05, 2022

Comments

  • user824910
    user824910 almost 2 years

    HTTP Error 404.3 - Not Found

    The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map.

    what could be the reason of this error for the WCF service hosted on IIS 7.

  • Mihai Hangiu
    Mihai Hangiu over 7 years
    It worked for me installing from "Turn Windows feature on or off" and without running aspnet_regiis.exe -ir. Note that I got this issue after a Windows 10 update (everything worked before). IIS have to be installed before .NET.
  • Geordie
    Geordie about 7 years
    thank you for including Win server 2012 as it's a different process than 8 or 10
  • Jesus Flores
    Jesus Flores almost 7 years
    Enablign "HTTP Activation" option worked for me on Win 10. Thanks SanthoshM