Hello All,
Hope someone can shed some light on this, we have a network share for a functional group in our business that we recently made accessible through WebDAV on IIS 6.0 and are getting user complaints that they are unable to save .pub files. If these users UNC to the network share they have no issue so it appears to be specifically with IIS / WebDAV.
This is the IIS log for the site in regards to attempting to save a .PUB file to it:
2012-11-19 17:13:20 W3SVC2056571059 1.1.1.1 PUT /Publication2.pub - 443 domain\user 2.2.2.2 Microsoft-WebDAV-MiniRedir/6.1.7600 200 0 0
2012-11-19 17:13:20 W3SVC2056571059 1.1.1.1 PROPPATCH /Publication2.pub - 443 domain\user 2.2.2.2 Microsoft-WebDAV-MiniRedir/6.1.7600 500 0 0
2012-11-19 17:13:20 W3SVC2056571059 1.1.1.1 HEAD /Publication2.pub - 443 domain\user 2.2.2.2 Microsoft-WebDAV-MiniRedir/6.1.7600 200 0 0
2012-11-19 17:13:22 W3SVC2056571059 1.1.1.1 PUT /Publication2.pub - 443 domain\user 2.2.2.2 Microsoft-WebDAV-MiniRedir/6.1.7600 200 0 0
2012-11-19 17:13:22 W3SVC2056571059 1.1.1.1 PROPPATCH /Publication2.pub - 443 domain\user 2.2.2.2 Microsoft-WebDAV-MiniRedir/6.1.7600 500 0 0
2012-11-19 17:13:22 W3SVC2056571059 1.1.1.1 UNLOCK /Publication2.pub - 443 domain\user 2.2.2.2 Microsoft-WebDAV-MiniRedir/6.1.7600 204 0 0
2012-11-19 17:13:22 W3SVC2056571059 1.1.1.1 PROPFIND /Publication2.pub - 443 domain\user 2.2.2.2 Microsoft-WebDAV-MiniRedir/6.1.7600 207 0 0
2012-11-19 17:13:22 W3SVC2056571059 1.1.1.1 DELETE /Publication2.pub - 443 domain\user 2.2.2.2 Microsoft-WebDAV-MiniRedir/6.1.7600 200 0 0
I see that when attempting to save the .PUB file the PROPATCH option is being submitted after the PUT, but that it is getting a 500 response. If the PUT is sucessful in getting the 200 response then why is the PROPATCH failing?
Has anyone run into this before? I've checked the mime types on the IIS instance and .pub is there. This issue doesn't occur with .xls(x) / .doc(x) files being stored there.
Any assistance would be appreciated greately, the publisher users are going to chase me down with pitchforks if we can't get this working soon.
Thanks,
NM