I have recently upgraded my 2003 server to 2008. IIS 6 upgraded to IIS 7. I had some shared drives that I was sharing via virtual directories on the server. I have installed the Desktop Experience Feature and restarted. I also downloaded the WebDAV Authoring Rules. I made some config\setting changes and I can connect to the drives via a URL. I have it set for HTTPS as well. I am new to WebDAV. I want to allow external users to use a WebDAV client to connect to our Shared Drives on this server using Windows Authentication and SSL.
Now an external company can't connect with BitKinex (a WebDAV app). Here are the errors I am seeing:
HTTP/1.1 401 Unauthorized
Content-Type: text/html
Server: Microsoft-IIS/7.0
WWW-Authenticate: Negotiate
WWW-Autehnticate: NTLM
X-Powered-By: ASP.NET (I have Framework 3.5 installed on the server)
Date: Today's date
Content-Length: 1539
Connection closed.
Are there Authorization changes in my IIS Manager that I need to be changing?
Thanks,
IISRook