Interpreting HTTP-PUT in Webclass's? Is it possible...
Hi,
Is there anyway of interpreting the HTTP-PUT command in a Webclass..
Basically what is happending is when the client uses the HTTP-PUT call on my target DLL URL it simply overwrites it!
Is there anyways of either:
-Configuring IIS to allow Webclasses to handle this?
-Configuring the IIS application to handle the PUT request?
Thanks
Rob.
Re: Interpreting HTTP-PUT in Webclass's? Is it possible...
In the MMC IIS configuration settings..
Select Properties for the relevant Virtual Directory...
Under the Directory Tab there is an Application Settings frame...
Select Create...
A Configure Button should now appear directly below.. select this...
Under App Mappings... all the IIS Exclusions (i.e What IIS will handle as defined in the HTTP protocol) are listed.
Here you can select what you want IIS to handle and what the Webclass should handle... basically anything that IIS handles
will be transparent to the Webclass.
Rob.