G'day,
I'm just trying to get my head around the syntax difference in my .net 2.0 web.config files when deploying to customers. I've had an issue with Forms authentication on IIS7, so I tried to revert to Windows Authentication and let the customers internal staff test the application.
In MDSN article the synax is defaultprovider="AspNetWindowsTokenRoleProvider" but if I use the IIS7 management tool to set the values I get "WindowsProvider". Either one doesn't seem to work for me when I add the
<
authentication mode="Windows"></authentication>
option.