500 Errors Returned from SedonaWeb2.0/SedonaAPI/SedonaX Site

https://learn.microsoft.com/en-us/troubleshoot/developer/webapps/iis/health-diagnostic-performance/http-error-500-19-webpage

  1. HRESULT code 0x8007000d
  2. HRESULT code 0x80070021
  3. HRESULT code 0x80070005
  4. HRESULT code 0x800700b7

The most common 500 error that will be referenced is related to 0x80070021 (#2) as in the screenshot above.

Current troubleshooting will have you edit the web.config file of the new deployment on IIS and remove the following lines. Ensure to save a copy of the web.config prior to editing.

<modules runAllManagedModulesForAllRequests="false">
<remove name="WebDAVModule" />
</modules>

After the lines have been removed and the web.config saved. Recycle the App Pool and Restart the website.

If there are still issues or the error changes, attempt to revert to the previous deployment and escalate the issue to Development with screenshots and the following details:
API URL
Servername
API Version
IIS Version
.Net versions installed w/ dates

Was this article helpful?
Thank you for your feedback!
User Icon

Thank you! Your comment has been submitted for approval.