Unable to set the EDI EndPoint for Sharp iMFP – I get the following error: HTTP Error 500.19 Internal Server Error on a Windows Server 2008 with .Net 4.

Unable to set the EDI EndPoint for Sharp iMFP - I get the following error: HTTP Error 500.19 Internal Server Error on a Windows Server 2008 with .Net 4. What do I do now?


  1. Make the following two changes to the applicationHost.config file which is located here: C:\Windows\System32\inetsrv\config. Please make a backup copy of it prior to making any changes to it.

    • Comment the <add segment="bin" /> which becomes <!-- <add segment="bin" /> -->

    • Change the key to Deny <section name="requestFiltering" overrideModeDefault="Allow" /> which becomes <section name="requestFiltering" overrideModeDefault="Deny" />
      As a side note, you may not be able to edit the ApplicationHost.config file within the above directory. So you may need to copy the original file to a different location then replace the existing file after making changes to it.

  2. Make sure you have all the pre-reqs, as per screen shots.

  3. Install ASP.Net version 2.0 by typing the following command in run window : C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis –i

  4. Fire up IIS Manager, navigate to the Local Server -> Application Pools -> change .Net Version of the Sharp iMFP form .Net 4 to .Net v2.0

  5. Finally do an iisreset, and now browse to the Sharp iMFP via this link http://<osa‐server‐ip>/SharpIMFP and it should work.