I’m having a problem getting the system to run our our sandbox server. Everything runs fine on my local development machine. the web.config files are identical and has the handler in it.
I created a new site on the server and was able to publish the Webforms version and the viewer works. (We are not using net core)
I’m speculating that because my viewer is buried in a user control, that could be causing problems? I also see in the popup message that the path for the handler doesn’t look correct? image.png (7.3 KB)
I am going to program the viewer to be on a stand-alone page to see what the results will be. Helpfully you have some more suggestions.
As a reminder, the system works perfectly fine on my local dev machine.