Re: How to enable HTTP PUT without WebDAV ?
From: Heiko (heiko_dev_at_e-cm.co.za)
Date: 02/08/05
- Next message: David Wang [Msft]: "Re: SunJVM on XP fails on post to IIS6"
- Previous message: David Wang [Msft]: "Re: looking for an ISAPi proxy filter to reach a backend server..."
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 08 Feb 2005 13:33:39 +0200
Thanx alot
Will try something different to upload files.
Or use ftp -- unless webdav blocks that aswell.
OR might upload to our apache server :)
Heiko
Wade A. Hilmo [MS] wrote:
> Pardon my jumping in here, but running UrlScan on a per-site basis is not
> supported by Microsoft.
>
> It can work, but there are some "gotchas". For example, if you have a
> different instances of UrlScan installed as site filters, they cannot have
> different configurations. For example, if you have 5 sites, each with a
> copy of UrlScan and its ini file in a different directory, all 5 instances
> of UrlScan will use the configuration from the first instance that's loaded
> into memory. Since site filters are loaded on site initialization, the
> first request to one of the sites will determine which instance is loaded
> first, thus making it non-deterministic which configuration will apply,
> unless all configurations are identical.
>
> Thank you,
> -Wade A. Hilmo,
> -Microsoft
>
> "David Wang [Msft]" <someone@online.microsoft.com> wrote in message
> news:eWQieYfBFHA.1836@tk2msftngp13.phx.gbl...
>
>>As Wade has said, you cannot get PUT without enabled WebDAV (which then
>>allows other verbs like LOCK, MOVE, etc to be valid).
>>
>>I realize that it is not possible to enable WebDAV on a granular basis.
>
> But
>
>>it is possible to get close (with a little work).
>>
>>I believe "Write" access in IIS Manager UI has to be enabled for the
>>vdir/URL in question to allow PUT to work. So, even though the verbs are
>>allowed, you still get to control where they function. You can also run
>>URLScan on a per-site basis on the other nine sites to disallow
>
> "Translate:
>
>>f" header, which stops most WebDAV behaviors from happening.
>>
>>--
>>//David
>>IIS
>>http://blogs.msdn.com/David.Wang
>>This posting is provided "AS IS" with no warranties, and confers no
>
> rights.
>
>>//
>>"Heiko" <heiko_dev@e-cm.co.za> wrote in message
>>news:OdBaOrQBFHA.2428@TK2MSFTNGP14.phx.gbl...
>>Hi
>>
>>Was hoping for a different answer :)
>>
>>Is it at all possible to enable WebDAV for separate websites.
>>AFAIK the setting is global.
>>We got like 10 different sites, and only one of them needs this upload
>>access (for a single folder). Would not like to open (wouldn't) up
>>security on all sites.
>>
>>Thanx
>>
>>Heiko
>>
>>
>>
>>Wade A. Hilmo [MS] wrote:
>>
>>>Hi Heiko,
>>>
>>>The PUT handler in IIS 6 is implemented inside of WebDAV. There is no
>
> way
>
>>>to get put without WebDAV.
>>>
>>>Thank you,
>>>-Wade A. Hilmo,
>>>-Microsoft
>>>
>>>"Heiko" <heiko_dev@e-cm.co.za> wrote in message
>>>news:u8sFqPFBFHA.3416@TK2MSFTNGP09.phx.gbl...
>>>
>>>
>>>>Hi
>>>>
>>>>Anyone know how to enable HTTP PUT without WebDAV in IIS 6 ?
>>>>
>>>>I am using InternetOpen/InternetConnect/HttpOpenRequest ... to upload
>>>>file. ie no ASP script or similar, -- else I would try adding PUT to the
>>>>application extensions
>>>>
>>>>TIA
>>>>
>>>>Heiko Risser
>>>
>>>
>>>
>>
>
>
- Next message: David Wang [Msft]: "Re: SunJVM on XP fails on post to IIS6"
- Previous message: David Wang [Msft]: "Re: looking for an ISAPi proxy filter to reach a backend server..."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|