Term
| Where do we find the authentication settings for a web site? |
|
Definition
| On the Directory Security tab under Authentication and access control |
|
|
Term
| How does a user access a site anonymously? |
|
Definition
| By using an internet guest account on the server called IUSR_{servername}, which must be granted permissions to access content on the site. |
|
|
Term
| If anonymous access is not enabled and no other authentication types are enabled, what happens on the client side? |
|
Definition
| They receive a 403 Access Denied HTTP error |
|
|
Term
| What is Integrated Windows authentication? |
|
Definition
| Uses the user's Windows user name to access the resources |
|
|