---
title: "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."
slug: "unable-to-set-the-edi-endpoint-for-sharp-imfp-i-get-the-following-error-http-error-50019-internal-server-error-on-a-windows-server-2008-with-net-4"
updated: 2024-04-03T13:19:03Z
published: 2024-04-03T13:19:03Z
canonical: "kb.pharos.com/unable-to-set-the-edi-endpoint-for-sharp-imfp-i-get-the-following-error-http-error-50019-internal-server-error-on-a-windows-server-2008-with-net-4"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://kb.pharos.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 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](http://ASP.Net) version 2.0 by typing the following command in run window : C:\Windows\[Microsoft.NET](http://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‐](http://<osa‐)server‐ip>/SharpIMFP and it should work.

## Related

- [Error: The request failed with HTTP status 404: Not Found](/error-the-request-failed-with-http-status-404-not-found.md)
- [When using the Blueprint Administrator, the error message "The machine manager is currently busy processing another request..." is seen.](/when-using-the-blueprint-administrator-the-error-message-the-machine-manager-is-currently-busy-processing-another-request-is-seen.md)
- [Blueprint error: "Request failed with HTTP status 504: proxy time out"](/blueprint-error-request-failed-with-http-status-504-proxy-time-out.md)
- [Blueprint: HR Import, or other Import is not importing the data.](/blueprint-hr-import-or-other-import-is-not-importing-the-data.md)
