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.