Error DataBase-One Place all Solutions Forums Blog Glossary    Contact Us
Search  
   
Browse by Category
Error DataBase-One Place all Solutions .: Operating Systems .: Windows Operating Systems .: Windows 2003 .: Connection Errors in IIS 6.0 : UNC connections are denied access

Connection Errors in IIS 6.0 : UNC connections are denied access

The Universal Naming Convention (UNC) authentication method, also called UNC Passthrough authentication, determines the credentials to be used for gaining access to a UNC share on a remote computer. Beginning with IIS 6.0, the UNC authentication looks at the request user and the credentials stored in the UNCUserName Metabase Property and UNCPassword Metabase Property properties of the metabase to determine the credentials to pass through to the computer with the UNC share, in the following way:

1.

If UNCUserName is specified (not empty) and UNCPassword is valid, the metabase user credentials are sent as the user identity for access to the remote share. If UNCUserName is specified (not empty) and UNCPassword is not valid, a 500 Internal Server Error: Invalid Username or Password message is sent to the client.

2.

If UNCUserName is empty, then the credentials of the request user (either an authenticated set of credentials for authenticated requests or IUSR_computername credentials for anonymous requests) are sent as the user identity for access to the remote share.

Note:

The UNCAuthenticationPassthrough metabase key is no longer used for UNC authentication


How helpful was this article to you?

Related Articles

article Connection Errors in IIS 6.0 : Access denied to console applications in System32 directory
Requests that use console applications in...

(No rating)  2-20-2008    Views: 176   
article Dynamic or Static Content Errors : Applications are denied access to resources in IIS 6.0
After a clean install, IIS 6.0 runs in Wor

(No rating)  2-20-2008    Views: 127   
article Dynamic or Static Content Errors in IIS 6.0 : ASP generates Permission Denied errors in event log for global.asa
ASP generates Permission Denied errors in...

(No rating)  2-20-2008    Views: 135   

User Comments

Add Comment
No comments have been posted.