IIS: Anonymous and WIndows Authentication

Posted by brad on Stack Overflow See other posts from Stack Overflow or by brad
Published on 2009-04-27T20:44:08Z Indexed on 2010/03/16 11:16 UTC
Read the original article Hit count: 504

Filed under:
|
|

Scenario

For a multiple file uploader I am implementing, I need to have a handler within a windows authenticated site that uses anonymous access.

As detailed here, this is because Flash cannot use windows authentication. The aforementioned post states that the only way to accomplish this is to create a completely separate site. However, this seems like a big hassle just for an uploader.

Is there a way to work around this limitation of IIS?

Notes

I am using asp.net 3.0 and IIS6 on a Windows 2003 Server with Service Pack 2.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about authentication