Previous Next

Thread: webdav installation on IIS7...error 67

Last post 12-31-2007 8:33 PM by robmcm. 20 replies.

Average Rating Rate It (5)

RSS

Page 1 of 2 (21 items) 1 2 Next >

Sort Posts:

  • 12-28-2007, 10:47 AM

    • e1ny
    • Top 25 Contributor
    • Joined on 12-10-2007, 4:50 PM
    • Posts 128

    webdav installation on IIS7...error 67

    Hi: I followed the installation directions for webDAV on IIS7, but the final step:

    net use * http://localhost/

    returns

    System error 67 has occurred.

    The network name cannot be found.

    I googled error 67 and found some docs related to disabling IP Nat, but they referred to server2003 and I couldn't locate anything for server2008. I'm installing on 2008-RC0, which has both the webserver and domain controller roles installed.

  • 12-28-2007, 11:57 PM In reply to

    Re: webdav installation on IIS7...error 67

    Hi e1ny,

    I'm running into the same problem and don't know a solution.  The article http://go.microsoft.com/fwlink/?LinkId=105146 shows the error 67 and possible solutions.  I've not been able to workaround this issue, I'm running RC1 Enterprise edition.  I can use Windows XP and add a "New Network Place" and use wedDAV.  Which up until now, I've never messed with WebDAV.  It's pretty cool! 

    After I disabled WebDAV, I was no longer able to connect using my Windows XP machine.  I can't connect locally, but remotely works fine, so it's either a bug or a missed step in the instructions.  I've looked over the instructions a few times, tried a few other things like granting anonymous access at the global level, doing an iisreset.

    You have not installed the WebDAV Redirector on your system.  I'm assuming this statement is when you "install the WebDAV" module.  I had no issues installing or enabling, this shows the power of extending IIS 7.0.  I'll be curious if others can run the net use command successfully.

    Steve

    Steve Schofield
    Windows Server MVP - IIS
    http://weblogs.asp.net/steveschofield

    http://www.IISLogs.com
    Log archival solution
    Install, Configure, Forget
  • 12-29-2007, 12:16 AM In reply to

    Re: webdav installation on IIS7...error 67

    One additional test.  I was able to connect to my W2k8 rc1 box using Vista Ultimate RTM with no issues.  The 'mapped' drive looks like DavWWWRoot(\\IPAddress){Z:}.  I didn't map using the net use command, but another feature of mapping drives in Vista.  Hmm...

    Steve Schofield
    Windows Server MVP - IIS
    http://weblogs.asp.net/steveschofield

    http://www.IISLogs.com
    Log archival solution
    Install, Configure, Forget
  • 12-29-2007, 7:56 AM In reply to

    • e1ny
    • Top 25 Contributor
    • Joined on 12-10-2007, 4:50 PM
    • Posts 128

    Re: webdav installation on IIS7...error 67

    hmmm...thanks for the help....I read through the directions in the link you provided, and noticed that line about "desktop experience" must be added to the server....I added it, rebooted, and now running "net use * http://localhost/" succeeds on the server. I can browse the default web directory as the "z" drive.

    From the LAN, I tried to map the drive on a server 2003 box using the mapping you suggested, \\192.168.1.199 but I'm prompted for a share. "windows requires a share to publish to.please try another location"

    If I try \\192.168.1.199\<anything> I get a windows challenge/response, but I then get an error "the folder you added does not appear valid. please choose another".

     Also, trying from a remote location with XPHome, I try to add a network place as http://<publicIPofServer> and it accepts the setting, prompts me to create a shortcut, but doesn't prompt me for a login/pwd or anything else. When I try to open the shortcut, eventually a blank window appears, like it's connected but nothing's there...weird.

    So close, yet so far!

  • 12-29-2007, 11:20 AM In reply to

    Re: webdav installation on IIS7...error 67

    Presto!  The desktop experience fixed my remote issue on my Vista box, but not my XP box.  Regarding mapping a drive, you need to use the "Add Network Place", it's under "My Network Places" on XP or 2003   You'll not necessarily mapped a drive like you do with other remote file shares.  I couldn't get the net use * http://192.168.0.91 to work on my XP or 2003 machine, but it works like a charm on Vista.  I would say that is a limitation of XP or 2003 using net use * http://192.168.0.91

    Steve Schofield
    Windows Server MVP - IIS
    http://weblogs.asp.net/steveschofield

    http://www.IISLogs.com
    Log archival solution
    Install, Configure, Forget
  • 12-29-2007, 12:40 PM In reply to

    • e1ny
    • Top 25 Contributor
    • Joined on 12-10-2007, 4:50 PM
    • Posts 128

    Re: webdav installation on IIS7...error 67

     Yes, I've tried to do this (adding a network place), but it doesn't work from the LAN or the internet. I was going to ask if any particular ports need to be open, but I would guess it should work with 80 and 443? If anything else needs to be open let me know.

    I'm trying to map the server from an XP Pro client now, and I see the same behavior. I "add a network place" and enter "http://<publicIPAddressofServer>", and there is no login prompt or warning and the server appears in "My Network Places". But if I double-click the shortcut, all that happens is a blank window opens up.

    With regard to the installation notes, it mentions that you need to use https with basic authentication, but it's not clear how one would do this. When I try to add a network place with "https://<publicIPAddressofServer>", I get the same error I received on the LAN: "The folder you entered does not appear to be valid. Please choose another."

    What am I missing? 

    Do I need to create a share as well? 

  • 12-29-2007, 12:51 PM In reply to

    • e1ny
    • Top 25 Contributor
    • Joined on 12-10-2007, 4:50 PM
    • Posts 128

    Re: webdav installation on IIS7...error 67

    e1ny:

    What am I missing? 

    Do I need to create a share as well? 

     

    Zoiks! That was the answer...I needed to create a share, and I gave "administrator" access to it. When I tried to add the network place like:

    http://<serverIP>/sharedFolder

    I was prompted to windows authenticate, and with the proper credentials, the share was created! Whew...I sure wish there was more straightforward documentation on this.

    Now it remains to be seen if this will work better than FTP with Visual Web Developer.
     

  • 12-29-2007, 1:00 PM In reply to

    • e1ny
    • Top 25 Contributor
    • Joined on 12-10-2007, 4:50 PM
    • Posts 128

    Re: webdav installation on IIS7...error 67

    OK, one last issue.

    I have several websites on this server, besides the default website. I wanted grant access to "websiteB", so I shared the folder, added the authorization rules to the website, and then added a network share like:

     http://<serverIP>/websiteB

    I authenticated, but when I opened the website, the default website root opened instead... do I need to create an alias/shortcut of each directory and put it in the default web root? Or do I need to create a virtual directory in the default root pointing to the root of websiteB?

  • 12-29-2007, 1:17 PM In reply to

    • e1ny
    • Top 25 Contributor
    • Joined on 12-10-2007, 4:50 PM
    • Posts 128

    Re: webdav installation on IIS7...error 67


    e1ny:

    OK, one last issue.

    I guess I was a little overly optimistic there....

    With the network place added to my XP Pro computer, I found no way to use VWD's copy feature to copy from my local web project to the mapped folder on the server.

    Instead I tried to drag-copy from the local project folder to the mapped server folder. This worked for most of the files, but I can't copy the web.config, App_Data or any code-behind files with a ".VB" extension.

  • 12-29-2007, 9:53 PM In reply to

    Re: webdav installation on IIS7...error 67

    You shouldn't have to create a share, I didn't, but I guess you can :)  I just went the ip address (http://192.168.0.91) and the root folder showed up.

    Steve Schofield
    Windows Server MVP - IIS
    http://weblogs.asp.net/steveschofield

    http://www.IISLogs.com
    Log archival solution
    Install, Configure, Forget
  • 12-29-2007, 9:55 PM In reply to

    Re: webdav installation on IIS7...error 67

    If you followed the article, you have to enable WebDAV on each top-level site along with the appropriate authorization rules. 

    Steve Schofield
    Windows Server MVP - IIS
    http://weblogs.asp.net/steveschofield

    http://www.IISLogs.com
    Log archival solution
    Install, Configure, Forget
  • 12-30-2007, 1:11 PM In reply to

    • e1ny
    • Top 25 Contributor
    • Joined on 12-10-2007, 4:50 PM
    • Posts 128

    Re: webdav installation on IIS7...error 67

    steve schofield:

    If you followed the article, you have to enable WebDAV on each top-level site along with the appropriate authorization rules. 

     

    Hi: I thought I made it clear in my post that I did exactly that...the only thing I can add is that I'm using host-redirection and not binding each website to a different IP...but I'll try again just to be sure.
     

    But, my main concern is that I can't figure out how to use WebDAV within the context of VWD...I'll post to asp.net and see if they have an answer. 

    Also, I'm not sure why I can't copy files like .VB or web.config...that effectively kills it for my purposes unless there's a workaround/permissions issue I'm missing.

  • 12-30-2007, 2:03 PM In reply to

    Re: webdav installation on IIS7...error 67

    Can you explain your 'host-redirection'?  Do you mean you setup another 'top-level' site in IIS that redirects to your 'DefaultSite/Vdir'?

     + I'm not sure why you can't copy .VB and / or config files.   I'll see if I can reproduce the issue.

    Steve Schofield
    Windows Server MVP - IIS
    http://weblogs.asp.net/steveschofield

    http://www.IISLogs.com
    Log archival solution
    Install, Configure, Forget
  • 12-30-2007, 2:29 PM In reply to

    Re: webdav installation on IIS7...error 67

    steve schofield:

    Can you explain your 'host-redirection'?  Do you mean you setup another 'top-level' site in IIS that redirects to your 'DefaultSite/Vdir'?

     + I'm not sure why you can't copy .VB and / or config files.   I'll see if I can reproduce the issue.

    Hmm.  I'm not having any luck either, so you aren't going crazy. I wasn't able to copy a blank file called web.config or a folder named App_Code along with a blank file called test.vb.  I even tried to create the App_Code folder and it bombed.  I looked in the WebDAV schema and don't see a rule blocking this stuff.  I did try enabling 'Allow Access to hidden files'.  No dice.   However, I did an iisreset, I was able to create the App_Code folder, but still couldn't copy my test.vb.  I even get an error for App_Code when I click on it like something on the machine deleted it.  Here are my IIS logs showing activity.  Guess we'll need an MS person to confirm whats up.

     

    #Software: Microsoft Internet Information Services 7.0
    #Version: 1.0
    #Date: 2007-12-30 19:16:06
    #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 time-taken
    2007-12-30 22:08:25 192.168.0.91 PROPFIND / - 80 - 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 401 0 5 280
    2007-12-30 22:08:25 192.168.0.91 PROPFIND / - 80 WIN-92RERT0V2EJ\administrator 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 207 0 0 210
    2007-12-30 22:08:25 192.168.0.91 PROPFIND / - 80 WIN-92RERT0V2EJ\administrator 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 207 0 0 30
    2007-12-30 22:08:25 192.168.0.91 MKCOL /App_Code - 80 - 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 404 8 64 10
    2007-12-30 22:08:25 192.168.0.91 PROPFIND / - 80 - 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 401 0 5 0
    2007-12-30 22:08:25 192.168.0.91 PROPFIND / - 80 WIN-92RERT0V2EJ\administrator 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 207 0 0 30
    2007-12-30 22:08:25 192.168.0.91 MKCOL /App_Code - 80 - 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 404 8 64 0
    2007-12-30 22:08:25 192.168.0.91 PROPFIND / - 80 - 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 401 0 5 0
    2007-12-30 22:08:25 192.168.0.91 PROPFIND / - 80 WIN-92RERT0V2EJ\administrator 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 207 0 0 160
    2007-12-30 22:08:25 192.168.0.91 MKCOL /App_Code - 80 - 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 404 8 64 20
    2007-12-30 22:08:25 192.168.0.91 PROPFIND / - 80 - 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 401 0 5 10
    2007-12-30 22:08:25 192.168.0.91 PROPFIND / - 80 WIN-92RERT0V2EJ\administrator 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 207 0 0 40
    2007-12-30 22:08:25 192.168.0.91 MKCOL /App_Code - 80 - 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 404 8 64 10
    2007-12-30 22:08:25 192.168.0.91 PROPFIND / - 80 - 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 401 0 5 100
    2007-12-30 22:08:25 192.168.0.91 PROPFIND / - 80 WIN-92RERT0V2EJ\administrator 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 207 0 0 160
    2007-12-30 22:08:25 192.168.0.91 MKCOL /App_Code - 80 - 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 404 8 64 20
    2007-12-30 22:08:25 192.168.0.91 PROPFIND / - 80 - 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 401 0 5 0
    2007-12-30 22:08:25 192.168.0.91 PROPFIND / - 80 WIN-92RERT0V2EJ\administrator 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 207 0 0 30
    2007-12-30 22:08:25 192.168.0.91 MKCOL /App_Code - 80 - 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 404 8 64 10
    2007-12-30 22:08:25 192.168.0.91 PROPFIND / - 80 - 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 401 0 5 10
    2007-12-30 22:08:25 192.168.0.91 PROPFIND / - 80 WIN-92RERT0V2EJ\administrator 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 207 0 0 40
    2007-12-30 22:08:25 192.168.0.91 MKCOL /App_Code - 80 - 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 404 8 64 0
    2007-12-30 22:08:25 192.168.0.91 PROPFIND / - 80 - 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 401 0 5 50
    2007-12-30 22:08:25 192.168.0.91 PROPFIND / - 80 WIN-92RERT0V2EJ\administrator 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 207 0 0 250
    2007-12-30 22:08:25 192.168.0.91 PROPFIND / - 80 WIN-92RERT0V2EJ\administrator 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 207 0 0 640
    2007-12-30 22:08:25 192.168.0.91 PROPFIND /New+Folder+(2) - 80 WIN-92RERT0V2EJ\administrator 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 404 0 64 20
    2007-12-30 22:08:25 192.168.0.91 PROPFIND / - 80 - 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 401 0 5 0
    2007-12-30 22:08:25 192.168.0.91 PROPFIND / - 80 WIN-92RERT0V2EJ\administrator 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 207 0 0 40
    2007-12-30 22:08:25 192.168.0.91 MKCOL /New+Folder+(2) - 80 WIN-92RERT0V2EJ\administrator 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 201 0 0 100
    2007-12-30 22:08:25 192.168.0.91 PROPPATCH /New+Folder+(2) - 80 WIN-92RERT0V2EJ\administrator 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 207 0 0 40
    2007-12-30 22:08:25 192.168.0.91 PROPFIND /New+Folder+(2)/desktop.ini - 80 WIN-92RERT0V2EJ\administrator 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 404 0 64 10
    2007-12-30 22:08:25 192.168.0.91 PROPFIND / - 80 - 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 401 0 5 0
    2007-12-30 22:08:25 192.168.0.91 PROPFIND / - 80 WIN-92RERT0V2EJ\administrator 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 207 0 0 240
    2007-12-30 22:08:25 192.168.0.91 PROPFIND / - 80 WIN-92RERT0V2EJ\administrator 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 207 0 0 350
    2007-12-30 22:08:25 192.168.0.91 PROPFIND /New+Folder+(2) - 80 WIN-92RERT0V2EJ\administrator 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 207 0 0 20
    2007-12-30 22:08:25 192.168.0.91 MOVE /New+Folder+(2) - 80 WIN-92RERT0V2EJ\administrator 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 201 0 0 80
    2007-12-30 22:08:25 192.168.0.91 PROPFIND /App_Code - 80 - 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 404 8 64 10
    2007-12-30 22:08:25 192.168.0.91 PROPFIND / - 80 - 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 401 0 5 0
    2007-12-30 22:08:25 192.168.0.91 PROPFIND / - 80 WIN-92RERT0V2EJ\administrator 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 207 0 0 240
    2007-12-30 22:08:25 192.168.0.91 PROPFIND /blogs - 80 WIN-92RERT0V2EJ\administrator 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 207 0 0 5137
    2007-12-30 22:08:25 192.168.0.91 PROPFIND /New+Folder - 80 WIN-92RERT0V2EJ\administrator 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 207 0 0 340
    2007-12-30 22:08:25 192.168.0.91 PROPFIND / - 80 WIN-92RERT0V2EJ\administrator 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 207 0 0 320
    2007-12-30 22:08:25 192.168.0.91 PROPFIND / - 80 WIN-92RERT0V2EJ\administrator 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 207 0 0 530
    #Software: Microsoft Internet Information Services 7.0
    #Version: 1.0
    #Date: 2007-12-30 19:26:25
    #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 time-taken
    2007-12-30 22:08:25 192.168.0.91 PROPFIND / - 80 - 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 401 0 5 6856
    2007-12-30 22:08:25 192.168.0.91 PROPFIND / - 80 - 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 401 0 5 7226
    2007-12-30 22:08:25 192.168.0.91 PROPFIND / - 80 WIN-92RERT0V2EJ\administrator 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 207 0 0 200
    2007-12-30 22:08:25 192.168.0.91 PROPFIND / - 80 WIN-92RERT0V2EJ\administrator 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 207 0 0 340
    2007-12-30 22:08:25 192.168.0.91 PROPFIND /New+fldr - 80 WIN-92RERT0V2EJ\administrator 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 404 0 64 10
    2007-12-30 22:08:25 192.168.0.91 PROPFIND / - 80 WIN-92RERT0V2EJ\administrator 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 207 0 0 270
    2007-12-30 22:08:25 192.168.0.91 PROPFIND / - 80 WIN-92RERT0V2EJ\administrator 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 207 0 0 20
    2007-12-30 22:08:25 192.168.0.91 MKCOL /New+fldr - 80 WIN-92RERT0V2EJ\administrator 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 201 0 0 60
    2007-12-30 22:08:25 192.168.0.91 PROPPATCH /New+fldr - 80 WIN-92RERT0V2EJ\administrator 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 207 0 0 20
    2007-12-30 22:08:25 192.168.0.91 PROPFIND /New+fldr/desktop.ini - 80 WIN-92RERT0V2EJ\administrator 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 404 0 64 10
    2007-12-30 22:08:25 192.168.0.91 PROPFIND /New+fldr - 80 - 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 401 0 5 0
    2007-12-30 22:08:25 192.168.0.91 PROPFIND /New+fldr - 80 WIN-92RERT0V2EJ\administrator 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 207 0 0 210
    2007-12-30 22:08:25 192.168.0.91 PROPFIND / - 80 WIN-92RERT0V2EJ\administrator 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 207 0 0 210
    2007-12-30 22:08:25 192.168.0.91 PROPFIND /New+fldr - 80 WIN-92RERT0V2EJ\administrator 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 207 0 0 30
    2007-12-30 22:08:25 192.168.0.91 MOVE /New+fldr - 80 WIN-92RERT0V2EJ\administrator 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 412 0 183 90
    2007-12-30 22:08:25 192.168.0.91 PROPFIND /New+fldr - 80 - 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 401 0 5 0
    2007-12-30 22:08:25 192.168.0.91 PROPFIND /New+fldr - 80 WIN-92RERT0V2EJ\administrator 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 207 0 0 10
    2007-12-30 22:08:25 192.168.0.91 PROPFIND /New+fldr - 80 WIN-92RERT0V2EJ\administrator 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 207 0 0 30
    2007-12-30 22:08:25 192.168.0.91 PROPFIND /App_Code - 80 - 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 404 8 64 0
    2007-12-30 22:08:25 192.168.0.91 PROPFIND /New+fldr - 80 - 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 401 0 5 0
    2007-12-30 22:08:25 192.168.0.91 PROPFIND /New+fldr - 80 WIN-92RERT0V2EJ\administrator 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 207 0 0 30
    2007-12-30 22:08:25 192.168.0.91 MOVE /New+fldr - 80 WIN-92RERT0V2EJ\administrator 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 412 0 183 10
    2007-12-30 22:08:25 192.168.0.91 PROPFIND /New+fldr - 80 - 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 401 0 5 0
    2007-12-30 22:08:25 192.168.0.91 PROPFIND /New+fldr - 80 WIN-92RERT0V2EJ\administrator 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 207 0 0 40
    2007-12-30 22:08:25 192.168.0.91 PROPFIND /New+fldr - 80 WIN-92RERT0V2EJ\administrator 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 207 0 0 30
    2007-12-30 22:08:25 192.168.0.91 PROPFIND /App_Code - 80 - 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 404 8 64 0
    2007-12-30 22:08:25 192.168.0.91 PROPFIND /App_Code/desktop.ini - 80 - 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 404 8 64 10
    2007-12-30 22:08:25 192.168.0.91 PROPFIND /New+fldr - 80 - 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 401 0 5 10
    2007-12-30 22:08:25 192.168.0.91 PROPFIND /New+fldr - 80 WIN-92RERT0V2EJ\administrator 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 207 0 0 70
    2007-12-30 22:08:25 192.168.0.91 DELETE /New+fldr - 80 WIN-92RERT0V2EJ\administrator 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 200 0 0 160
    2007-12-30 22:08:25 192.168.0.91 PROPFIND /App_Code - 80 - 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 404 8 64 10
    2007-12-30 22:08:25 192.168.0.91 PROPFIND / - 80 - 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 401 0 5 0
    2007-12-30 22:08:25 192.168.0.91 PROPFIND / - 80 WIN-92RERT0V2EJ\administrator 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 207 0 0 240
    2007-12-30 22:08:25 192.168.0.91 PROPFIND / - 80 WIN-92RERT0V2EJ\administrator 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 207 0 0 200
    2007-12-30 22:08:25 192.168.0.91 PROPFIND / - 80 WIN-92RERT0V2EJ\administrator 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 207 0 0 160
    2007-12-30 22:08:25 192.168.0.91 PROPFIND /App_Code/test.vb - 80 - 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 404 8 64 0
    2007-12-30 22:08:25 192.168.0.91 PROPFIND /App_Code - 80 - 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 404 8 64 0
    2007-12-30 22:08:25 192.168.0.91 PROPFIND /web+(2).config - 80 - 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 404 7 64 10
    2007-12-30 22:08:25 192.168.0.91 LOCK /web.config - 80 - 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 404 8 64 10
    2007-12-30 22:08:25 192.168.0.91 PROPFIND / - 80 - 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 401 0 5 10
    2007-12-30 22:08:25 192.168.0.91 PROPFIND / - 80 WIN-92RERT0V2EJ\administrator 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 207 0 0 40
    2007-12-30 22:08:25 192.168.0.91 PUT /web.config - 80 - 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 404 8 64 0
    2007-12-30 22:08:25 192.168.0.91 PROPFIND / - 80 - 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 401 0 5 0
    2007-12-30 22:08:25 192.168.0.91 PROPFIND / - 80 WIN-92RERT0V2EJ\administrator 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 207 0 0 30
    2007-12-30 22:08:25 192.168.0.91 PUT /web.config - 80 - 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 404 8 64 10
    2007-12-30 22:08:25 192.168.0.91 PROPFIND / - 80 - 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 401 0 5 0
    2007-12-30 22:08:25 192.168.0.91 PROPFIND / - 80 WIN-92RERT0V2EJ\administrator 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 207 0 0 30
    2007-12-30 22:08:25 192.168.0.91 PUT /web.config - 80 - 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 404 8 64 0
    2007-12-30 22:08:25 192.168.0.91 PROPFIND /App_Code - 80 - 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 404 8 64 0
    2007-12-30 22:08:25 192.168.0.91 PUT /App_Code/test.vb - 80 - 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 404 8 64 10
    2007-12-30 22:08:25 192.168.0.91 PUT /App_Code/test.vb - 80 - 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 404 8 64 10
    2007-12-30 22:08:25 192.168.0.91 PROPFIND /App_Code - 80 - 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 404 8 64 10
    2007-12-30 22:08:25 192.168.0.91 PROPFIND /App_Code - 80 - 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 404 8 64 20
    2007-12-30 22:08:25 192.168.0.91 PROPFIND / - 80 - 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 401 0 5 10
    2007-12-30 22:08:25 192.168.0.91 PROPFIND / - 80 WIN-92RERT0V2EJ\administrator 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 207 0 0 220
    2007-12-30 22:08:25 192.168.0.91 PROPFIND /blogs - 80 WIN-92RERT0V2EJ\administrator 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 207 0 0 3933
    2007-12-30 22:08:25 192.168.0.91 GET /blogs/themes.xml - 80 - 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 401 0 5 10
    2007-12-30 22:08:25 192.168.0.91 GET /blogs/widgets.xml - 80 WIN-92RERT0V2EJ\administrator 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 200 0 0 60
    2007-12-30 22:08:25 192.168.0.91 GET /blogs/themes.xml - 80 WIN-92RERT0V2EJ\administrator 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 200 0 0 50
    2007-12-30 22:08:25 192.168.0.91 PROPFIND /App_Code - 80 - 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 404 8 64 20
    2007-12-30 22:08:25 192.168.0.91 PROPFIND / - 80 WIN-92RERT0V2EJ\administrator 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 207 0 0 240
    2007-12-30 22:08:25 192.168.0.91 PROPFIND /App_Code - 80 - 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 404 8 64 10
    2007-12-30 22:08:25 192.168.0.91 PROPFIND / - 80 - 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 401 0 5 0
    2007-12-30 22:08:25 192.168.0.91 PROPFIND / - 80 WIN-92RERT0V2EJ\administrator 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 207 0 0 70
    2007-12-30 22:08:25 192.168.0.91 PROPFIND / - 80 WIN-92RERT0V2EJ\administrator 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 207 0 0 300
    2007-12-30 22:08:25 192.168.0.91 PROPFIND / - 80 WIN-92RERT0V2EJ\administrator 192.168.0.90 Microsoft-WebDAV-MiniRedir/6.0.6000 207 0 0 310

    Steve Schofield
    Windows Server MVP - IIS
    http://weblogs.asp.net/steveschofield

    http://www.IISLogs.com
    Log archival solution
    Install, Configure, Forget
  • 12-30-2007, 2:30 PM In reply to

    • e1ny
    • Top 25 Contributor
    • Joined on 12-10-2007, 4:50 PM
    • Posts 128

    Re: webdav installation on IIS7...error 67

     oh boy, I'm making this way too complicated. I just mean that I have multiple websites all bound to the same IP...I should have said "host headers".

Page 1 of 2 (21 items) 1 2 Next >