Skip to main content
Participating Frequently
August 24, 2010
Question

cffileupload - IIS Integrated Windows Authentication

  • August 24, 2010
  • 1 reply
  • 415 views

So, I've got this dev server and I wrote this code that works perfectly.  It uploads and it calls a CF template that uploads the images.  The template that is called is in a folder named, "temp" and I had to set the IIS rights to "Enable anonymous access" to allow everything to work correctly.  Otherwise, I would get a prompt for a password everytime I uploaded.

Now for the kicker:  It doesn't work on the production box.  I've changed the settings so they are exactly the same.  "Enable anonymous access" is checked, "Integrated Windows authentication" is checked.  Yet, somehow, it still prompts for my password.  The directory structure is the same and I even installed service capture and the directory it's accessing is correct.

Anyone have any ideas as to what I'm missing here?

Thanks!

JC

This topic has been closed for replies.

1 reply

JC_BHSAuthor
Participating Frequently
August 24, 2010

In addition, I've created a test file and placed it in the "temp" folder.  When I call it directly, it works great.

It appears as though the issue is when flash is making the call to that directory.

Is there some way that a call from a flash object might get prompted?