timcof DeleteThis @online.microsoft.com (Tim Coffey) wrote in message news:<cjjhVcrdDHA.2080 DeleteThis @cpmsftngxa06.phx.gbl>...
> Is post listed as a verb within the properties of the extension? Right click the site in question -> properties -> home directory ->
> configuration button -> mappings. Double-click your extension and you will see if there are any verb limitations.
It's not a script to be mapped to a DLL, but an ISAPI DLL. The URL
looks like
<a style='text-decoration: underline;' href="http://server/dir/application.dll?command?arg1=value1&arg2=value2" target="_blank">http://server/dir/application.dll?command?arg1=value1&arg2=value2</a>
I did try creating a .DLL mapping just to see what would happen, but
it made no difference.
Due to deadline pressures, I gave up on this problem already, and
ended up slightly refactoring the application so that all the data is
uploaded through the URL. It's only a few kilobytes, and is already
base64 encoded, so URL-proofing it was trivial. I replaced CR-LF pairs
in the data with @@, and + characters with *.<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: Can't HTTP POST to ISAPI DLL!