Hi
I'm not able to run the application in IIS using service account configured in APP POOL advance setting -> Process Model Identity column : domain\service account
After configuring and running my application I receive 503 Service Unavailable. When I troubleshoot the issue I found processor did not have access to C:\.Windows\System32\inetsrv\config\schema
Below are some additional information
High Resolution Date & Time: 3/10/2016 3:05:08.8144454 AM
Event Class: File System
Operation: CreateFile Result: ACCESS DENIED
Path: C:\Windows\System32\inetsrv\config\schema
TID: 6632
Duration: 0.0000575
Desired Access: Read Data/List Directory, Synchronize Disposition: Open Options: Directory, Synchronous IO Non-Alert Attributes: n/a ShareMode: Read, Write, Delete AllocationSize: n/a
I'm not able to add write permission to the user group / include iis_iusrs group to the folder. It says Access denied.
When I try from CMD prompt it says
Icacls %windir%\system32\inetsrv\config\schema /grant:r "IIS_IUSRS":(OI)(CI)M
C:\Windows\system32\inetsrv\config\schema: Access is denied.
Successfully processed 0 files; Failed processing 1 files
Note: I don't want to give user service account -Administration permission.
Need some immediate attention.
Thx