Problem with Web Folder (webdav) and UrlScan

G

Guest

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 /<Rejected-By-UrlScan> ~/ 404 Microsoft+Data+Access+Internet+Publishing+Provider+Protocol+Discover
-----------------------------------
-----------from urlscan.ini----------
[AllowVerbs
GE
HEA
POS
------------------------------------
 
J

JoS

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

should be UseAllowVerbs=1


adminTom said:
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
/ said:
------------------------------------
-----------from urlscan.ini-----------
[AllowVerbs]
GET
HEAD
POST
------------------------------------
 
R

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 said:
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
/ said:
------------------------------------
-----------from urlscan.ini-----------
[AllowVerbs]
GET
HEAD
POST
------------------------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top