Uploadify & Integrated Windows Authentication
        Posted  
        
            by vdh_ant
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by vdh_ant
        
        
        
        Published on 2010-03-31T01:42:23Z
        Indexed on 
            2010/03/31
            1:53 UTC
        
        
        Read the original article
        Hit count: 1186
        
Hi guys
I'm running into an issue with Uploadify and I hope someone can help. I have put Uploadify into my app and all works fine in dev (using the VS web server). All worked fine and checked until I deployed the app into my test environment which uses Integrated Windows Authentication.
When I actually go to upload the file, the browser brings up a login prompt. At this point, even if you type in the correct username and password, the request seems not to complete and even if you tell the browser to remember the password it still brings up the login prompt.
When this started to occur, I decided to spin up Fiddler and see what was going on. But guess what, when ever Fiddler is running the issue doesn't occur.
Unfortunately I can't make running Fiddler a reuqierment for running the app. Hence does anyone have any ideas. I know there are some issues with Uploadify/flash when using forms authentication but I didn't think they carried across to Integrated Windows Authentication.
Cheers Anthony
© Stack Overflow or respective owner