Hello All,
I'm trying to setup IIS7.0 WEB site with "Windows Authentication" through "Active Directory Client Certificate Authentication". My User account is properly mapped to Domain User account and I have an access to all directories located on WEB server.
Now I added Virtual directory with physical path mapping to the share on another server. "Connected As" is set to Application User (pass-through authentication). I verified that Domain User Account authenticated by Client certificate have an access to Share on another server and corresponding ACL on the physical disk directory. However, when I'm trying connect to the new virtual directory 2 problems appear:
1. I'm getting Dialog asking for User Name and password. Why?
2. Regardless what I'm entering in that dialog (Domain account of user logged into WEB site or even Domain Administrator data), I'm getting error 401. Log file is not informative at all: I see call to various Authentication modules, they all return false. The only Warning in log is
| ModuleName |
IIS Web Core |
| Notification |
2 |
| HttpStatus |
401 |
| HttpReason |
Unauthorized |
| HttpSubStatus |
3 |
| ErrorCode |
2147942405 |
| ConfigExceptionInfo |
|
| Notification |
AUTHENTICATE_REQUEST |
| ErrorCode |
Access is denied. (0x80070005) |
What's wrong? Any help is appreciated.
Al