I'm developing an app based on the Docusign C# Quickstart. Its working fine on my development PC (Win 11) in Visual Studio 2019 using IIS Express. However, when I publish it to IIS (v10) on my development PC it runs and I can authenticate with Docusign just fine (once I got the proper redirect URI registered: https://localhost/ds/callback) but the step that actually sends the envelope is returning the following error in the browser:
This page isn't working right now. Local host can't handle this request http error 500
Any help is appreciated. I logged a support ticket with Docusign, but still waiting for a response.