Troubleshooting IIS Issues»
This article explains how to troubleshoot Internet Information Services (IIS) errors.
IIS HTTP Error 500.19 - Internal Server Error»
Detailed Error Information: Module: IIS Web Core Notification: Unknown Handler: Not yet determined Error Code: 0x8007000d Config File: \?\C:\KopiCloud-AD-API\web.config
Explanation:
This error is caused by a lack of permission or by a physical path that doesn't match the path for the virtual directory.
Solution #1:
Add the local user IIS_IUSRS and the AD Domain Service Account user (for example apisvc) to the NTFS permissions of the folder C:\KopiCloud-AD-API.
**Solution #2:
There is a reference in the web.config of the IIS to a missing component.
Make a copy of your file C:\KopiCloud-AD-API\web.config and replace it with the code below:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
|