CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 1999
    Location
    Colombo, Sri Lanka
    Posts
    27

    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.


  2. #2
    Join Date
    Sep 1999
    Location
    Colombo, Sri Lanka
    Posts
    27

    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.



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured