Moving Webdav app from Win server 2k to Win server 2k3 now getting authentication issues.

Posted by John on Stack Overflow See other posts from Stack Overflow or by John
Published on 2010-04-09T20:34:31Z Indexed on 2010/04/15 21:03 UTC
Read the original article Hit count: 246

Filed under:
|

I have an intranet web app that uses CSS httpFolder to map a webdav folder to an IFrame on a web page. The user then can drop files in the frame and the page processes them when the user presses the button.

This works well on a Win 2k SP4 server running IIS 5. I have moved the app over to a Win 2k3 server running IIS 6. I have made sure the WebDAV extensions are allowed. I have set everything else in IIS to match the original installation on the old server. But when I try to access the WebDAV folder I am repeatedly prompted for my login credentials. I use my domain admin login but even that doesn't work.

What am I missing? What differences are there between WebDAV on 2k vs 2k3?

TIA John

© Stack Overflow or respective owner

Related posts about webdav

Related posts about iis6