I have a Site in IIS 6.2 that is using Windows Authentication to control access.
There is one URL that I don't want authentication on - I want users to be able to access it anonymously.
All URLs in the Site are served dynamically by FastCGI process. So I cannot simply select a static folder in IIS and enable Anonymous auth for that path.
I've thought about creating a new Site with one URL that proxies the request to the original site but I would have to figure out how to inject/fake authentication parameters on the fly.