Welcome to HostingForumz.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

"Error Copying File or Folder" using BITS/WEBDAV

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  IIS: IIS 7 FTP  
Author Message
Scott

External


Since: Dec 27, 2007
Posts: 5



(Msg. 1) Posted: Thu Dec 27, 2007 3:49 pm
Post subject: "Error Copying File or Folder" using BITS/WEBDAV
Archived from groups: microsoft>public>inetserver>iis (more info?)

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

 >> Stay informed about: "Error Copying File or Folder" using BITS/WEBDAV 
Back to top
Login to vote
WenJun Zhang[msft]

External


Since: Dec 16, 2005
Posts: 229



(Msg. 2) Posted: Fri Dec 28, 2007 6:03 am
Post subject: RE: "Error Copying File or Folder" using BITS/WEBDAV [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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/default.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.

 >> Stay informed about: "Error Copying File or Folder" using BITS/WEBDAV 
Back to top
Login to vote
Scott

External


Since: Dec 27, 2007
Posts: 5



(Msg. 3) Posted: Fri Dec 28, 2007 6:16 am
Post subject: RE: "Error Copying File or Folder" using BITS/WEBDAV [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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/default.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.
>
>
>
 >> Stay informed about: "Error Copying File or Folder" using BITS/WEBDAV 
Back to top
Login to vote
David Wang

External


Since: Nov 14, 2007
Posts: 358



(Msg. 4) Posted: Sat Dec 29, 2007 9:41 am
Post subject: Re: "Error Copying File or Folder" using BITS/WEBDAV [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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 <snorb... DeleteThis @newsgroups.nospam> 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/default.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.aspx.
>
> > ==================================================
>
> > This posting is provided "AS IS" with no warranties, and confers no rights.- Hide quoted text -
>
> - Show quoted text -
 >> Stay informed about: "Error Copying File or Folder" using BITS/WEBDAV 
Back to top
Login to vote
Scott

External


Since: Dec 27, 2007
Posts: 5



(Msg. 5) Posted: Mon Dec 31, 2007 6:21 am
Post subject: Re: "Error Copying File or Folder" using BITS/WEBDAV [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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 <snorb....RemoveThis@newsgroups.nospam> 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/default.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.aspx.
> >
> > > ==================================================
> >
> > > This posting is provided "AS IS" with no warranties, and confers no rights.- Hide quoted text -
> >
> > - Show quoted text -
>
>
 >> Stay informed about: "Error Copying File or Folder" using BITS/WEBDAV 
Back to top
Login to vote
Scott

External


Since: Dec 27, 2007
Posts: 5



(Msg. 6) Posted: Mon Dec 31, 2007 6:28 am
Post subject: Re: "Error Copying File or Folder" using BITS/WEBDAV [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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 <snorb... DeleteThis @newsgroups.nospam> 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/default.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.aspx.
> >
> > > ==================================================
> >
> > > This posting is provided "AS IS" with no warranties, and confers no rights.- Hide quoted text -
> >
> > - Show quoted text -
>
>
 >> Stay informed about: "Error Copying File or Folder" using BITS/WEBDAV 
Back to top
Login to vote
David Wang

External


Since: Nov 14, 2007
Posts: 358



(Msg. 7) Posted: Mon Dec 31, 2007 11:01 pm
Post subject: Re: "Error Copying File or Folder" using BITS/WEBDAV [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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 am, Scott <snorb... RemoveThis @newsgroups.nospam> wrote:
> 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 <snorb... RemoveThis @newsgroups.nospam> 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/default.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.aspx.
>
> > > > ==================================================
>
> > > > 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 -
 >> Stay informed about: "Error Copying File or Folder" using BITS/WEBDAV 
Back to top
Login to vote
WenJun Zhang[msft]

External


Since: Dec 16, 2005
Posts: 229



(Msg. 8) Posted: Wed Jan 02, 2008 11:02 am
Post subject: Re: "Error Copying File or Folder" using BITS/WEBDAV [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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.DeleteThis@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/default.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.
 >> Stay informed about: "Error Copying File or Folder" using BITS/WEBDAV 
Back to top
Login to vote
Scott

External


Since: Dec 27, 2007
Posts: 5



(Msg. 9) Posted: Wed Jan 02, 2008 11:02 am
Post subject: Re: "Error Copying File or Folder" using BITS/WEBDAV [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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.asmx - 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.asmx - 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.asmx - 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.asmx - 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.asmx - 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.asmx - 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.asmx - 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.asmx - 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.asmx - 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.asmx - 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.asmx - 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.asmx - 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.asmx - 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.asmx - 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.zip - 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 DeleteThis @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/default.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.
>
>
>
>
>
 >> Stay informed about: "Error Copying File or Folder" using BITS/WEBDAV 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]