I am currently working on a solution to submit a form on a web page. The issue is my solution works fine locally but fails server side. I'm convinced it's the elevated internet explorer security settings that cause the problem. Consequently I am trying to write my own web browser control that provides a backdoor to the server's settings. I've used the following as a reference: https://searchcode.com/codesearch/view/11331098/. My problem is that when I compare the logs in my application to the ones server side the ProcessUrlAction method receives the following URL server side res://ieframe.dll/navcancl.htm (not the web page I am trying to access) while all the other parameters going into the methods seem identical. I've toggled the zone values in MapURLToZone with no success. Any help or guidance would be greatly appreciated.
Thanks,
Jberg