How does IIS resolve the user who logs into the server. I mean if there is an anonymous user enabled then IIS normally maps to the guest account.
However, if i change that anonymous user account to someone else, the user is not able to access the website i.e. he is not able to create a Server Side component, in this case Permission checker component.
This is for a normal user. If an administrator accesses the website, just to run a test page, is he also resolved into the guest account.
I hope i have not confused you. I want to know who logs into access the webserver and if it's not a guest account, then the user should be resolved into a normal guest account as that of any user, so that he has the same permissions, which is necessary to run the test page.
However, if i change that anonymous user account to someone else, the user is not able to access the website i.e. he is not able to create a Server Side component, in this case Permission checker component.
This is for a normal user. If an administrator accesses the website, just to run a test page, is he also resolved into the guest account.
I hope i have not confused you. I want to know who logs into access the webserver and if it's not a guest account, then the user should be resolved into a normal guest account as that of any user, so that he has the same permissions, which is necessary to run the test page.