I am trying to run IIS 8 on a completely new 2012 server and run the .net 4.5 application and I cannot get it to work with disks
Error: 500.19 Module IIS Web Core Notification Unknown Handler Not yet determined Error Code 0x80070005 Config Error Cannot read configuration file due to insufficient permissions Config File \\?\D:\callsheet-test\web.config
The current site is just one index.html file.
If I copy the folder anywhere in c: for example, c: \ callheet-test \ or c: \ inetpub \ callheet-test, it works fine once I change the destination location in IIS 8 (site> basic settings).
It doesn't matter if the web.config file is like a complex mvc / webforms application that gives the same error.
I tried to copy the file with permissions and even thought that the permissions correspond to all users. I am still getting this error.
I deleted the partition and recreated it as the mount point c: \ mount, and the same problem occurred. Copy the files to c: \ notamount and they work fine.
This server runs on a VMware server. Windows 2012 x64 standard.
source share