"Error Copying File or Folder" using BITS/WEBDAV

"Error Copying File or Folder" using BITS/WEBDAV

am 28.12.2007 00:49:00 von snorberg

I have a virtual directory exposed as a Web Folder. This work fine except I
get the "Error Copying" message when I try to copy files with extensions like
..config, .asmx, .compiled.

How is this controlled? I would like to allow users to copy these types of
files.


--
Scott

RE: "Error Copying File or Folder" using BITS/WEBDAV

am 28.12.2007 10:58:07 von wjzhang

Hi Scott,

In order to upload code source files by WebDav the 'Script source access'
permission must be setup. Please check:

1. In the web site's property->Home Directory tab, verify 'Script source
access' checkbox is enabled.

Please update here if problem still persists.

Happy holidays!

Sincerely,

WenJun Zhang

Microsoft Online Community Support

==================================================

Get notification to my posts through email? Please refer to:
http://msdn.microsoft.com/subscriptions/managednewsgroups/de fault.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at:

http://msdn.microsoft.com/subscriptions/support/default.aspx .

==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.

RE: "Error Copying File or Folder" using BITS/WEBDAV

am 28.12.2007 15:16:02 von snorberg

Well that just sounded tooooo easy. No Change. The file extensions in the
directories I am trying to copy that can not be copied are still asmx, config
and compiled. Other files copy as I would expect.

The dialog box that pops up has "Error Copying File or Folder" in the title
bar, with "Cannot copy [directory name] : Access is denied"
Make sure the disk is not full or write-protected and that the file is not
currently in use.
--
Scott Norberg


""WenJun Zhang[msft]"" wrote:

> Hi Scott,
>
> In order to upload code source files by WebDav the 'Script source access'
> permission must be setup. Please check:
>
> 1. In the web site's property->Home Directory tab, verify 'Script source
> access' checkbox is enabled.
>
> Please update here if problem still persists.
>
> Happy holidays!
>
> Sincerely,
>
> WenJun Zhang
>
> Microsoft Online Community Support
>
> ==================================================
>
> Get notification to my posts through email? Please refer to:
> http://msdn.microsoft.com/subscriptions/managednewsgroups/de fault.aspx#notif
> ications.
>
> Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
> where an initial response from the community or a Microsoft Support
> Engineer within 1 business day is acceptable. Please note that each follow
> up response may take approximately 2 business days as the support
> professional working with you may need further investigation to reach the
> most efficient resolution. The offering is not appropriate for situations
> that require urgent, real-time or phone-based interactions or complex
> project analysis and dump analysis issues. Issues of this nature are best
> handled working with a dedicated Microsoft Support Engineer by contacting
> Microsoft Customer Support Services (CSS) at:
>
> http://msdn.microsoft.com/subscriptions/support/default.aspx .
>
> ==================================================
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
>
>

Re: "Error Copying File or Folder" using BITS/WEBDAV

am 29.12.2007 18:41:25 von David Wang

When using WebDAV to copy files, the configuration WenJun mentioned is
the exact one that allows WebDAV to copy scriptmapped values (like
asmx, config, and compiled).

How exactly is WebDAV enabled on your vdir (i.e. maybe IIS part is all
enabled, but if WebDAV goes through other modules, they may be
rejecting still. For example, if you happen to wire WebDAV through
aspnet_isapi.dll, the ASP.Net module could be sending this rejection
response even though IIS configuration allows it through).

And what is the exact error status logged in IIS for the request --
%windir%\system32\logfiles\w3svc#\*.log

The dialog you see comes from the client interpreting status code from
IIS. Maybe the client is lumping several errors, including unknown
ones, into the same "access denied" for usability reasons, so let's
look at the real status code.


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//




On Dec 28, 6:16=A0am, Scott wrote:
> Well that just sounded tooooo easy. No Change. The file extensions in the
> directories I am trying to copy that can not be copied are still asmx, con=
fig
> and compiled. Other files copy as I would expect.
>
> The dialog box that pops up has "Error Copying File or Folder" in the titl=
e
> bar, with "Cannot copy [directory name] : Access is denied"
> Make sure the disk is not full or write-protected and that the file is not=

> currently in use.
> --
> Scott Norberg
>
>
>
> ""WenJun Zhang[msft]"" wrote:
> > Hi Scott,
>
> > In order to upload code source files by WebDav the 'Script source access=
'
> > permission must be setup. Please check:
>
> > 1. In the web site's property->Home Directory tab, verify 'Script source=

> > access' checkbox is enabled.
>
> > Please update here if problem still persists.
>
> > Happy holidays!
>
> > Sincerely,
>
> > WenJun Zhang
>
> > Microsoft Online Community Support
>
> > ==================== =====
==================== =====3D=
=3D
>
> > Get notification to my posts through email? Please refer to:
> >http://msdn.microsoft.com/subscriptions/managednewsgroups/d efault.asp...
> > ications.
>
> > Note: The MSDN Managed Newsgroup support offering is for non-urgent issu=
es
> > where an initial response from the community or a Microsoft Support
> > Engineer within 1 business day is acceptable. Please note that each foll=
ow
> > up response may take approximately 2 business days as the support
> > professional working with you may need further investigation to reach th=
e
> > most efficient resolution. The offering is not appropriate for situation=
s
> > that require urgent, real-time or phone-based interactions or complex
> > project analysis and dump analysis issues. Issues of this nature are bes=
t
> > handled working with a dedicated Microsoft Support Engineer by contactin=
g
> > Microsoft Customer Support Services (CSS) at:
>
> >http://msdn.microsoft.com/subscriptions/support/default.asp x.
>
> > ==================== =====
==================== =====3D=
=3D
>
> > This posting is provided "AS IS" with no warranties, and confers no righ=
ts.- Hide quoted text -
>
> - Show quoted text -

Re: "Error Copying File or Folder" using BITS/WEBDAV

am 31.12.2007 15:21:02 von snorberg

Here is the entire log from this morning, I don't see any error????

I also checked all the eventlogs (App, Security and System) on the server.
No entries there either.

#Software: Microsoft Internet Information Services 6.0
#Version: 1.0
#Date: 2007-12-31 14:13:57
#Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port
cs-username c-ip cs(User-Agent) sc-status sc-substatus sc-win32-status
2007-12-31 14:13:57 10.51.10.77 PROPFIND /JusticeLink - 80 - 10.51.10.70
Microsoft-WebDAV-MiniRedir/5.1.2600 200 0 64
2007-12-31 14:13:57 10.51.10.77 PROPFIND /JusticeLink - 80 - 10.51.10.70
Microsoft-WebDAV-MiniRedir/5.1.2600 200 0 0
2007-12-31 14:14:01 10.51.10.77 PROPFIND /JusticeLink - 80 - 10.51.10.70
Microsoft-WebDAV-MiniRedir/5.1.2600 200 0 0
2007-12-31 14:14:01 10.51.10.77 PROPFIND /JusticeLink - 80 - 10.51.10.70
Microsoft-WebDAV-MiniRedir/5.1.2600 200 0 0
2007-12-31 14:14:02 10.51.10.77 PROPFIND /JusticeLink - 80 - 10.51.10.70
Microsoft-WebDAV-MiniRedir/5.1.2600 200 0 0
2007-12-31 14:14:02 10.51.10.77 PROPFIND /JusticeLink/desktop.ini - 80 -
10.51.10.70 Microsoft-WebDAV-MiniRedir/5.1.2600 404 0 0
2007-12-31 14:14:02 10.51.10.77 PROPFIND /justicelink - 80 - 10.51.10.70
Microsoft-WebDAV-MiniRedir/5.1.2600 200 0 0
--
Scott Norberg


"David Wang" wrote:

> When using WebDAV to copy files, the configuration WenJun mentioned is
> the exact one that allows WebDAV to copy scriptmapped values (like
> asmx, config, and compiled).
>
> How exactly is WebDAV enabled on your vdir (i.e. maybe IIS part is all
> enabled, but if WebDAV goes through other modules, they may be
> rejecting still. For example, if you happen to wire WebDAV through
> aspnet_isapi.dll, the ASP.Net module could be sending this rejection
> response even though IIS configuration allows it through).
>
> And what is the exact error status logged in IIS for the request --
> %windir%\system32\logfiles\w3svc#\*.log
>
> The dialog you see comes from the client interpreting status code from
> IIS. Maybe the client is lumping several errors, including unknown
> ones, into the same "access denied" for usability reasons, so let's
> look at the real status code.
>
>
> //David
> http://w3-4u.blogspot.com
> http://blogs.msdn.com/David.Wang
> //
>
>
>
>
> On Dec 28, 6:16 am, Scott wrote:
> > Well that just sounded tooooo easy. No Change. The file extensions in the
> > directories I am trying to copy that can not be copied are still asmx, config
> > and compiled. Other files copy as I would expect.
> >
> > The dialog box that pops up has "Error Copying File or Folder" in the title
> > bar, with "Cannot copy [directory name] : Access is denied"
> > Make sure the disk is not full or write-protected and that the file is not
> > currently in use.
> > --
> > Scott Norberg
> >
> >
> >
> > ""WenJun Zhang[msft]"" wrote:
> > > Hi Scott,
> >
> > > In order to upload code source files by WebDav the 'Script source access'
> > > permission must be setup. Please check:
> >
> > > 1. In the web site's property->Home Directory tab, verify 'Script source
> > > access' checkbox is enabled.
> >
> > > Please update here if problem still persists.
> >
> > > Happy holidays!
> >
> > > Sincerely,
> >
> > > WenJun Zhang
> >
> > > Microsoft Online Community Support
> >
> > > ==================================================
> >
> > > Get notification to my posts through email? Please refer to:
> > >http://msdn.microsoft.com/subscriptions/managednewsgroups/d efault.asp...
> > > ications.
> >
> > > Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
> > > where an initial response from the community or a Microsoft Support
> > > Engineer within 1 business day is acceptable. Please note that each follow
> > > up response may take approximately 2 business days as the support
> > > professional working with you may need further investigation to reach the
> > > most efficient resolution. The offering is not appropriate for situations
> > > that require urgent, real-time or phone-based interactions or complex
> > > project analysis and dump analysis issues. Issues of this nature are best
> > > handled working with a dedicated Microsoft Support Engineer by contacting
> > > Microsoft Customer Support Services (CSS) at:
> >
> > >http://msdn.microsoft.com/subscriptions/support/default.asp x.
> >
> > > ==================================================
> >
> > > This posting is provided "AS IS" with no warranties, and confers no rights.- Hide quoted text -
> >
> > - Show quoted text -
>
>

Re: "Error Copying File or Folder" using BITS/WEBDAV

am 31.12.2007 15:28:03 von snorberg

If I run Bits cleanup from the virtual directory's "Bits server Extension"
tab I get the following in the application event log.


An unexpected error occurred while Cleanup was running on the virtual
directory /LM/W3SVC/1/Root/JusticeLink. Try running Cleanup again later.


--
Scott Norberg


"David Wang" wrote:

> When using WebDAV to copy files, the configuration WenJun mentioned is
> the exact one that allows WebDAV to copy scriptmapped values (like
> asmx, config, and compiled).
>
> How exactly is WebDAV enabled on your vdir (i.e. maybe IIS part is all
> enabled, but if WebDAV goes through other modules, they may be
> rejecting still. For example, if you happen to wire WebDAV through
> aspnet_isapi.dll, the ASP.Net module could be sending this rejection
> response even though IIS configuration allows it through).
>
> And what is the exact error status logged in IIS for the request --
> %windir%\system32\logfiles\w3svc#\*.log
>
> The dialog you see comes from the client interpreting status code from
> IIS. Maybe the client is lumping several errors, including unknown
> ones, into the same "access denied" for usability reasons, so let's
> look at the real status code.
>
>
> //David
> http://w3-4u.blogspot.com
> http://blogs.msdn.com/David.Wang
> //
>
>
>
>
> On Dec 28, 6:16 am, Scott wrote:
> > Well that just sounded tooooo easy. No Change. The file extensions in the
> > directories I am trying to copy that can not be copied are still asmx, config
> > and compiled. Other files copy as I would expect.
> >
> > The dialog box that pops up has "Error Copying File or Folder" in the title
> > bar, with "Cannot copy [directory name] : Access is denied"
> > Make sure the disk is not full or write-protected and that the file is not
> > currently in use.
> > --
> > Scott Norberg
> >
> >
> >
> > ""WenJun Zhang[msft]"" wrote:
> > > Hi Scott,
> >
> > > In order to upload code source files by WebDav the 'Script source access'
> > > permission must be setup. Please check:
> >
> > > 1. In the web site's property->Home Directory tab, verify 'Script source
> > > access' checkbox is enabled.
> >
> > > Please update here if problem still persists.
> >
> > > Happy holidays!
> >
> > > Sincerely,
> >
> > > WenJun Zhang
> >
> > > Microsoft Online Community Support
> >
> > > ==================================================
> >
> > > Get notification to my posts through email? Please refer to:
> > >http://msdn.microsoft.com/subscriptions/managednewsgroups/d efault.asp...
> > > ications.
> >
> > > Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
> > > where an initial response from the community or a Microsoft Support
> > > Engineer within 1 business day is acceptable. Please note that each follow
> > > up response may take approximately 2 business days as the support
> > > professional working with you may need further investigation to reach the
> > > most efficient resolution. The offering is not appropriate for situations
> > > that require urgent, real-time or phone-based interactions or complex
> > > project analysis and dump analysis issues. Issues of this nature are best
> > > handled working with a dedicated Microsoft Support Engineer by contacting
> > > Microsoft Customer Support Services (CSS) at:
> >
> > >http://msdn.microsoft.com/subscriptions/support/default.asp x.
> >
> > > ==================================================
> >
> > > This posting is provided "AS IS" with no warranties, and confers no rights.- Hide quoted text -
> >
> > - Show quoted text -
>
>

Re: "Error Copying File or Folder" using BITS/WEBDAV

am 01.01.2008 08:01:01 von David Wang

I do not see an attempt to retrieve .config, .asmx, or .compiled, so I
am not certain how this information is related to your initial
question. You said that those file resources were not being copied, so
you want to show IIS log entries for the failure to copy.


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//






On Dec 31, 6:28=A0am, Scott wrote:
> If I run Bits cleanup from the virtual directory's =A0"Bits server Extensi=
on"
> tab I get the following in the application event log.
>
> An unexpected error occurred while Cleanup was running on the virtual
> directory /LM/W3SVC/1/Root/JusticeLink. Try running Cleanup again later.
>
> --
> Scott Norberg
>
>
>
> "David Wang" wrote:
> > When using WebDAV to copy files, the configuration WenJun mentioned is
> > the exact one that allows WebDAV to copy scriptmapped values (like
> > asmx, config, and compiled).
>
> > How exactly is WebDAV enabled on your vdir (i.e. maybe IIS part is all
> > enabled, but if WebDAV goes through other modules, they may be
> > rejecting still. For example, if you happen to wire WebDAV through
> > aspnet_isapi.dll, the ASP.Net module could be sending this rejection
> > response even though IIS configuration allows it through).
>
> > And what is the exact error status logged in IIS for the request --
> > %windir%\system32\logfiles\w3svc#\*.log
>
> > The dialog you see comes from the client interpreting status code from
> > IIS. Maybe the client is lumping several errors, including unknown
> > ones, into the same "access denied" for usability reasons, so let's
> > look at the real status code.
>
> > //David
> >http://w3-4u.blogspot.com
> >http://blogs.msdn.com/David.Wang
> > //
>
> > On Dec 28, 6:16 am, Scott wrote:
> > > Well that just sounded tooooo easy. No Change. The file extensions in =
the
> > > directories I am trying to copy that can not be copied are still asmx,=
config
> > > and compiled. Other files copy as I would expect.
>
> > > The dialog box that pops up has "Error Copying File or Folder" in the =
title
> > > bar, with "Cannot copy [directory name] : Access is denied"
> > > Make sure the disk is not full or write-protected and that the file is=
not
> > > currently in use.
> > > --
> > > Scott Norberg
>
> > > ""WenJun Zhang[msft]"" wrote:
> > > > Hi Scott,
>
> > > > In order to upload code source files by WebDav the 'Script source ac=
cess'
> > > > permission must be setup. Please check:
>
> > > > 1. In the web site's property->Home Directory tab, verify 'Script so=
urce
> > > > access' checkbox is enabled.
>
> > > > Please update here if problem still persists.
>
> > > > Happy holidays!
>
> > > > Sincerely,
>
> > > > WenJun Zhang
>
> > > > Microsoft Online Community Support
>
> > > > ==================== ===
==================== =====3D=
===3D
>
> > > > Get notification to my posts through email? Please refer to:
> > > >http://msdn.microsoft.com/subscriptions/managednewsgroups/d efault.asp=
....
> > > > ications.
>
> > > > Note: The MSDN Managed Newsgroup support offering is for non-urgent =
issues
> > > > where an initial response from the community or a Microsoft Support
> > > > Engineer within 1 business day is acceptable. Please note that each =
follow
> > > > up response may take approximately 2 business days as the support
> > > > professional working with you may need further investigation to reac=
h the
> > > > most efficient resolution. The offering is not appropriate for situa=
tions
> > > > that require urgent, real-time or phone-based interactions or comple=
x
> > > > project analysis and dump analysis issues. Issues of this nature are=
best
> > > > handled working with a dedicated Microsoft Support Engineer by conta=
cting
> > > > Microsoft Customer Support Services (CSS) at:
>
> > > >http://msdn.microsoft.com/subscriptions/support/default.asp x.
>
> > > > ==================== ===
==================== =====3D=
===3D
>
> > > > This posting is provided "AS IS" with no warranties, and confers no =
rights.- Hide quoted text -
>
> > > - Show quoted text -- Hide quoted text -
>
> - Show quoted text -

Re: "Error Copying File or Folder" using BITS/WEBDAV

am 02.01.2008 15:00:30 von wjzhang

Hi Scott,

Just as David stated, the log entries didn't appear to be corresponding to
the webdav uploading of .asmx files.

So could you please reproduce the error and then gather the log again(need
waiting for a while to ensure cached log records are written into the
file). Then please collect the recent log files in
\System32\LogFiles\W3SVC[n]\ directory (n here is the Site ID which can be
viewed in the right panel by clicking Web Sites folder in IIS).

You can also send the log files to me directly at:
wjzhang@online.microsoft.com (please remove online.)

Thanks and happy new year!

Sincerely,

WenJun Zhang

Microsoft Online Community Support

==================================================

Get notification to my posts through email? Please refer to:
http://msdn.microsoft.com/subscriptions/managednewsgroups/de fault.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at:

http://msdn.microsoft.com/subscriptions/support/default.aspx .

==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.

Re: "Error Copying File or Folder" using BITS/WEBDAV

am 02.01.2008 17:32:10 von snorberg

I sent you the log file after trying this again. The file is as follows:

#Software: Microsoft Internet Information Services 6.0
#Version: 1.0
#Date: 2008-01-02 16:20:00
#Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port
cs-username c-ip cs(User-Agent) sc-status sc-substatus sc-win32-status
2008-01-02 16:20:00 10.51.10.77 PROPFIND /JusticeLink - 80 - 10.51.10.70
Microsoft-WebDAV-MiniRedir/5.1.2600 200 0 0
2008-01-02 16:20:00 10.51.10.77 PROPFIND /JusticeLink/ACCOUNTING/Code - 80 -
10.51.10.70 Microsoft-WebDAV-MiniRedir/5.1.2600 200 0 0
2008-01-02 16:20:00 10.51.10.77 PROPFIND /JusticeLink - 80 - 10.51.10.70
Microsoft-WebDAV-MiniRedir/5.1.2600 200 0 0
2008-01-02 16:20:00 10.51.10.77 PROPFIND /JusticeLink/ACCOUNTING/Code - 80 -
10.51.10.70 Microsoft-WebDAV-MiniRedir/5.1.2600 200 0 0
2008-01-02 16:20:00 10.51.10.77 PROPFIND /justicelink/ACCOUNTING/Code - 80 -
10.51.10.70 Microsoft-WebDAV-MiniRedir/5.1.2600 200 0 0
2008-01-02 16:20:00 10.51.10.77 PROPFIND /justicelink - 80 - 10.51.10.70
Microsoft-WebDAV-MiniRedir/5.1.2600 200 0 0
2008-01-02 16:20:00 10.51.10.77 PROPFIND /JusticeLink/ACCOUNTING/Code - 80 -
10.51.10.70 Microsoft-WebDAV-MiniRedir/5.1.2600 200 0 0
2008-01-02 16:20:00 10.51.10.77 PROPFIND /justicelink/ACCOUNTING - 80 -
10.51.10.70 Microsoft-WebDAV-MiniRedir/5.1.2600 200 0 0
2008-01-02 16:20:03 10.51.10.77 PROPFIND /JusticeLink/ACCOUNTING - 80 -
10.51.10.70 Microsoft-WebDAV-MiniRedir/5.1.2600 200 0 0
2008-01-02 16:20:03 10.51.10.77 PROPFIND /JusticeLink/ACCOUNTING - 80 -
10.51.10.70 Microsoft-WebDAV-MiniRedir/5.1.2600 200 0 0
2008-01-02 16:20:29 10.51.10.77 PROPFIND /JusticeLink - 80 - 10.51.10.70
Microsoft-WebDAV-MiniRedir/5.1.2600 200 0 0
2008-01-02 16:20:29 10.51.10.77 PROPFIND /JusticeLink/ACCOUNTING/desktop.ini
- 80 - 10.51.10.70 Microsoft-WebDAV-MiniRedir/5.1.2600 404 0 0
2008-01-02 16:20:29 10.51.10.77 PROPFIND
/JusticeLink/ACCOUNTING/ChrAccountingSvc - 80 - 10.51.10.70
Microsoft-WebDAV-MiniRedir/5.1.2600 200 0 0
2008-01-02 16:20:33 10.51.10.77 PROPFIND /JusticeLink/ACCOUNTING - 80 -
10.51.10.70 Microsoft-WebDAV-MiniRedir/5.1.2600 200 0 0
2008-01-02 16:20:33 10.51.10.77 PROPFIND
/JusticeLink/ACCOUNTING/ChrAccountingSvc - 80 - 10.51.10.70
Microsoft-WebDAV-MiniRedir/5.1.2600 200 0 0
2008-01-02 16:20:33 10.51.10.77 PROPFIND
/JusticeLink/ACCOUNTING/ChrAccountingSvc/bin - 80 - 10.51.10.70
Microsoft-WebDAV-MiniRedir/5.1.2600 200 0 0
2008-01-02 16:20:33 10.51.10.77 GET
/JusticeLink/ACCOUNTING/ChrAccountingSvc/ChrAccountingSvc.as mx - 80 -
10.51.10.70 Microsoft-WebDAV-MiniRedir/5.1.2600 401 3 0
2008-01-02 16:20:33 10.51.10.77 GET
/JusticeLink/ACCOUNTING/ChrAccountingSvc/ChrAccountingSvc.as mx - 80
NORSOFT\SNORBERG 10.51.10.70 Microsoft-WebDAV-MiniRedir/5.1.2600 401 3 0
2008-01-02 16:20:33 10.51.10.77 PROPFIND
/JusticeLink/ACCOUNTING/ChrAccountingSvc/ChrAccountingSvc.as mx - 80 -
10.51.10.70 Microsoft-WebDAV-MiniRedir/5.1.2600 200 0 0
2008-01-02 16:20:33 10.51.10.77 GET
/JusticeLink/ACCOUNTING/ChrAccountingSvc/ChrAccountingSvc.as mx - 80 -
10.51.10.70 Microsoft-WebDAV-MiniRedir/5.1.2600 401 3 0
2008-01-02 16:20:33 10.51.10.77 GET
/JusticeLink/ACCOUNTING/ChrAccountingSvc/ChrAccountingSvc.as mx - 80
NORSOFT\SNORBERG 10.51.10.70 Microsoft-WebDAV-MiniRedir/5.1.2600 401 3 0
2008-01-02 16:20:33 10.51.10.77 PROPFIND
/JusticeLink/ACCOUNTING/ChrAccountingSvc/ChrAccountingSvc.as mx - 80 -
10.51.10.70 Microsoft-WebDAV-MiniRedir/5.1.2600 200 0 0
2008-01-02 16:20:33 10.51.10.77 GET
/JusticeLink/ACCOUNTING/ChrAccountingSvc/ChrAccountingSvc.as mx - 80 -
10.51.10.70 Microsoft-WebDAV-MiniRedir/5.1.2600 401 3 0
2008-01-02 16:20:33 10.51.10.77 GET
/JusticeLink/ACCOUNTING/ChrAccountingSvc/ChrAccountingSvc.as mx - 80
NORSOFT\SNORBERG 10.51.10.70 Microsoft-WebDAV-MiniRedir/5.1.2600 401 3 0
2008-01-02 16:20:33 10.51.10.77 PROPFIND
/JusticeLink/ACCOUNTING/ChrAccountingSvc/ChrAccountingSvc.as mx - 80 -
10.51.10.70 Microsoft-WebDAV-MiniRedir/5.1.2600 200 0 0
2008-01-02 16:20:33 10.51.10.77 GET
/JusticeLink/ACCOUNTING/ChrAccountingSvc/ChrAccountingSvc.as mx - 80 -
10.51.10.70 Microsoft-WebDAV-MiniRedir/5.1.2600 401 3 0
2008-01-02 16:20:33 10.51.10.77 GET
/JusticeLink/ACCOUNTING/ChrAccountingSvc/ChrAccountingSvc.as mx - 80
NORSOFT\SNORBERG 10.51.10.70 Microsoft-WebDAV-MiniRedir/5.1.2600 401 3 0
2008-01-02 16:20:33 10.51.10.77 PROPFIND
/JusticeLink/ACCOUNTING/ChrAccountingSvc/ChrAccountingSvc.as mx - 80 -
10.51.10.70 Microsoft-WebDAV-MiniRedir/5.1.2600 200 0 0
2008-01-02 16:20:33 10.51.10.77 GET
/JusticeLink/ACCOUNTING/ChrAccountingSvc/ChrAccountingSvc.as mx - 80 -
10.51.10.70 Microsoft-WebDAV-MiniRedir/5.1.2600 401 3 0
2008-01-02 16:20:33 10.51.10.77 GET
/JusticeLink/ACCOUNTING/ChrAccountingSvc/ChrAccountingSvc.as mx - 80
NORSOFT\SNORBERG 10.51.10.70 Microsoft-WebDAV-MiniRedir/5.1.2600 401 3 64
2008-01-02 16:21:20 10.51.10.77 PROPFIND /JusticeLink - 80 - 10.51.10.70
Microsoft-WebDAV-MiniRedir/5.1.2600 200 0 0
2008-01-02 16:21:20 10.51.10.77 PROPFIND
/JusticeLink/ACCOUNTING/ChrAccountingSvc - 80 - 10.51.10.70
Microsoft-WebDAV-MiniRedir/5.1.2600 200 0 0
2008-01-02 16:21:20 10.51.10.77 PROPFIND
/JusticeLink/ACCOUNTING/ChrAccountingSvc - 80 - 10.51.10.70
Microsoft-WebDAV-MiniRedir/5.1.2600 200 0 0
2008-01-02 16:21:20 10.51.10.77 PROPFIND
/justicelink/ACCOUNTING/ChrAccountingSvc - 80 - 10.51.10.70
Microsoft-WebDAV-MiniRedir/5.1.2600 200 0 0
2008-01-02 16:21:23 10.51.10.77 PROPFIND
/JusticeLink/ACCOUNTING/ChrAccountingSvc/desktop.ini - 80 - 10.51.10.70
Microsoft-WebDAV-MiniRedir/5.1.2600 404 0 0
2008-01-02 16:21:24 10.51.10.77 GET
/JusticeLink/ACCOUNTING/ChrAccountingSvc/ChrAccountingSvc.zi p - 80 -
10.51.10.70 Microsoft-WebDAV-MiniRedir/5.1.2600 200 0 0
2008-01-02 16:21:31 10.51.10.77 PROPFIND /JusticeLink - 80 - 10.51.10.70
Microsoft-WebDAV-MiniRedir/5.1.2600 200 0 0
2008-01-02 16:21:31 10.51.10.77 PROPFIND
/JusticeLink/ACCOUNTING/ChrAccountingSvc - 80 - 10.51.10.70
Microsoft-WebDAV-MiniRedir/5.1.2600 200 0 0
2008-01-02 16:21:31 10.51.10.77 PROPFIND
/JusticeLink/ACCOUNTING/ChrAccountingSvc/web.config - 80 - 10.51.10.70
Microsoft-WebDAV-MiniRedir/5.1.2600 200 0 0
2008-01-02 16:21:31 10.51.10.77 GET
/JusticeLink/ACCOUNTING/ChrAccountingSvc/web.config - 80 - 10.51.10.70
Microsoft-WebDAV-MiniRedir/5.1.2600 401 3 0
2008-01-02 16:21:31 10.51.10.77 GET
/JusticeLink/ACCOUNTING/ChrAccountingSvc/web.config - 80 NORSOFT\SNORBERG
10.51.10.70 Microsoft-WebDAV-MiniRedir/5.1.2600 401 3 0
2008-01-02 16:21:31 10.51.10.77 PROPFIND
/JusticeLink/ACCOUNTING/ChrAccountingSvc/web.config - 80 - 10.51.10.70
Microsoft-WebDAV-MiniRedir/5.1.2600 200 0 0
2008-01-02 16:21:31 10.51.10.77 GET
/JusticeLink/ACCOUNTING/ChrAccountingSvc/web.config - 80 - 10.51.10.70
Microsoft-WebDAV-MiniRedir/5.1.2600 401 3 0
2008-01-02 16:21:31 10.51.10.77 GET
/JusticeLink/ACCOUNTING/ChrAccountingSvc/web.config - 80 NORSOFT\SNORBERG
10.51.10.70 Microsoft-WebDAV-MiniRedir/5.1.2600 401 3 0
2008-01-02 16:21:31 10.51.10.77 PROPFIND
/JusticeLink/ACCOUNTING/ChrAccountingSvc/web.config - 80 - 10.51.10.70
Microsoft-WebDAV-MiniRedir/5.1.2600 200 0 0
2008-01-02 16:21:31 10.51.10.77 GET
/JusticeLink/ACCOUNTING/ChrAccountingSvc/web.config - 80 - 10.51.10.70
Microsoft-WebDAV-MiniRedir/5.1.2600 401 3 0
2008-01-02 16:21:31 10.51.10.77 GET
/JusticeLink/ACCOUNTING/ChrAccountingSvc/web.config - 80 NORSOFT\SNORBERG
10.51.10.70 Microsoft-WebDAV-MiniRedir/5.1.2600 401 3 0
2008-01-02 16:21:31 10.51.10.77 PROPFIND
/JusticeLink/ACCOUNTING/ChrAccountingSvc/web.config - 80 - 10.51.10.70
Microsoft-WebDAV-MiniRedir/5.1.2600 200 0 0
2008-01-02 16:21:31 10.51.10.77 GET
/JusticeLink/ACCOUNTING/ChrAccountingSvc/web.config - 80 - 10.51.10.70
Microsoft-WebDAV-MiniRedir/5.1.2600 401 3 0
2008-01-02 16:21:31 10.51.10.77 GET
/JusticeLink/ACCOUNTING/ChrAccountingSvc/web.config - 80 NORSOFT\SNORBERG
10.51.10.70 Microsoft-WebDAV-MiniRedir/5.1.2600 401 3 0
2008-01-02 16:21:31 10.51.10.77 PROPFIND
/JusticeLink/ACCOUNTING/ChrAccountingSvc/web.config - 80 - 10.51.10.70
Microsoft-WebDAV-MiniRedir/5.1.2600 200 0 0
2008-01-02 16:21:31 10.51.10.77 GET
/JusticeLink/ACCOUNTING/ChrAccountingSvc/web.config - 80 - 10.51.10.70
Microsoft-WebDAV-MiniRedir/5.1.2600 401 3 0
2008-01-02 16:21:31 10.51.10.77 GET
/JusticeLink/ACCOUNTING/ChrAccountingSvc/web.config - 80 NORSOFT\SNORBERG
10.51.10.70 Microsoft-WebDAV-MiniRedir/5.1.2600 401 3 0



--
Scott


""WenJun Zhang[msft]"" wrote:

> Hi Scott,
>
> Just as David stated, the log entries didn't appear to be corresponding to
> the webdav uploading of .asmx files.
>
> So could you please reproduce the error and then gather the log again(need
> waiting for a while to ensure cached log records are written into the
> file). Then please collect the recent log files in
> \System32\LogFiles\W3SVC[n]\ directory (n here is the Site ID which can be
> viewed in the right panel by clicking Web Sites folder in IIS).
>
> You can also send the log files to me directly at:
> wjzhang@online.microsoft.com (please remove online.)
>
> Thanks and happy new year!
>
> Sincerely,
>
> WenJun Zhang
>
> Microsoft Online Community Support
>
> ==================================================
>
> Get notification to my posts through email? Please refer to:
> http://msdn.microsoft.com/subscriptions/managednewsgroups/de fault.aspx#notif
> ications.
>
> Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
> where an initial response from the community or a Microsoft Support
> Engineer within 1 business day is acceptable. Please note that each follow
> up response may take approximately 2 business days as the support
> professional working with you may need further investigation to reach the
> most efficient resolution. The offering is not appropriate for situations
> that require urgent, real-time or phone-based interactions or complex
> project analysis and dump analysis issues. Issues of this nature are best
> handled working with a dedicated Microsoft Support Engineer by contacting
> Microsoft Customer Support Services (CSS) at:
>
> http://msdn.microsoft.com/subscriptions/support/default.aspx .
>
> ==================================================
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
>
>
>
>