View Full Version : Problem with Web Folder (webdav) and UrlScan


=?Utf-8?B?YWRtaW5Ub20=?=
2K Server IIS

I am trying to create a web sharable folder but I am not able to connect to it via the url (http://myserver/share). In my IIS logs I see that GET is blocked by URL Scan, but looking at my URLScan.ini GET should be allowed. Do I need to change the ini to allow other items? (see log and ini below

-----------from iis log-----------
#Fields: date time c-ip cs-username s-ip s-port cs-method cs-uri-stem cs-uri-query sc-status cs(User-Agent)
2004-04-16 17:04:50 192.168.1.158 - 192.168.1.242 80 GET / ~/ 404 Microsoft+Data+Access+Internet+Publishing+Provider+Protocol+Discover
-----------------------------------
-----------from urlscan.ini----------
[AllowVerbs
GE
HEA
POS
------------------------------------

JoS
Under the [Options] heading what is "UseAllowVerbs" equal to?

should be UseAllowVerbs=1


"adminTom" wrote in message
news:DEE10B09-3DA8-4A76-948B-362FDCA39BBF@microsoft.com...
> 2K Server IIS 5
>
> I am trying to create a web sharable folder but I am not able to connect
to it via the url (http://myserver/share). In my IIS logs I see that GET is
blocked by URL Scan, but looking at my URLScan.ini GET should be allowed. Do
I need to change the ini to allow other items? (see log and ini below)
>
> -----------from iis log------------
> #Fields: date time c-ip cs-username s-ip s-port cs-method cs-uri-stem
cs-uri-query sc-status cs(User-Agent)
> 2004-04-16 17:04:50 192.168.1.158 - 192.168.1.242 80 GET
/ ~/ 404
Microsoft+Data+Access+Internet+Publishing+Provider+Protocol+Discovery
> ------------------------------------
> -----------from urlscan.ini-----------
> [AllowVerbs]
> GET
> HEAD
> POST
> ------------------------------------



Roger Abell
The specific reason for blocking the Get is written into the
urlscan log file. What is the reason ?

--
Roger Abell
Microsoft MVP (Windows Server System: Security)
MCSE (W2k3,W2k,Nt4) MCDBA
"adminTom" wrote in message
news:DEE10B09-3DA8-4A76-948B-362FDCA39BBF@microsoft.com...
> 2K Server IIS 5
>
> I am trying to create a web sharable folder but I am not able to connect
to it via the url (http://myserver/share). In my IIS logs I see that GET is
blocked by URL Scan, but looking at my URLScan.ini GET should be allowed. Do
I need to change the ini to allow other items? (see log and ini below)
>
> -----------from iis log------------
> #Fields: date time c-ip cs-username s-ip s-port cs-method cs-uri-stem
cs-uri-query sc-status cs(User-Agent)
> 2004-04-16 17:04:50 192.168.1.158 - 192.168.1.242 80 GET
/ ~/ 404
Microsoft+Data+Access+Internet+Publishing+Provider+Protocol+Discovery
> ------------------------------------
> -----------from urlscan.ini-----------
> [AllowVerbs]
> GET
> HEAD
> POST
> ------------------------------------