|
If I deploy a web application to an IIS server and I want the app to use forms authentication, I have to set the AuthFlags value to "anonymous" in the applications "Settings and Contstraints..Application Settings..Web Application" setting not in the settings and constraints for the IIS server in the LDD.
This seems odd to me. I would have thought that I would need to set Anonymous on the IIS endpoint, not on the ASP appliction.
What am I missing?
Kevin Jones |