tags:

views:

11

answers:

1

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

A: 

After using Fiddler to see what was going on in the page requests I had to modify the web.config to recognize the missing verbs.

John