hi all, I have been configuring an IIS application with source files on a different machine, in other words, its an IIS application with UNC share. I am using a test environment with a few servers running in Hyper-V. The UNC shared folder is located in a Vista machine, and the IIS server is a Win2008R2 box, hence it is having IIS 7.5.
I have tried using all three accounts: local account, domain account, and ApplicationPoolIdentity
all three of these are giving me the same error, which is 0x80070005.
I am very sure that the particular shared folder in Vista machine has already included IIS_IUSRS, domain account, local account, and I even granted Everyone with full access in NTFS permission and share permission, but still to no avail.
I checked the ProcessMonitor, the error was Access Denied when w3wp.exe attempted to "CreateFile" on remote UNC.
Did I miss out anything?
This is a test environment, but I need to get the concept correct before I can start deploy DNN CMS in production servers. thank you.
Module: IIS Web Core
Notification: AuthenticateRequest
Handler: StaticFile
Error Code: 0x80070005
Requested URL: http://localhost:80/
Physical Path: \\10.10.10.5\Test
Logon Method Anonymous
Logon User Anonymous