If I have the following line in my web.config file...
<identity impersonate = "true" />
And the IIS7 site is set to use anonymous authentication
(Notice I am not specifying a specifc user in the web config)
What user will IIS7 use to service the request, and what effect will this have? There is debate with my co-workers as to whether the user which is entered into the "Connect As" dialogue is used by IIS.