I have IIS7 running on my Windows 2008 Server. It works great for sites and the folder that I posted before. Now I am trying to place a folder containing two subfolders (subfolders contain some images).
I set the permissions IIS_IUSRS in the site folder correctly. When I try to browse in a folder, I received the following error,
HTTP Error 500.19 - Internal Server Error The requested page could not be accessed because the corresponding configuration data for the page is incorrect
Module: CustomErrorModule Notification: SendResponse Handler: Not yet defined ErrorCode: 0x80070003 ConfigError: Cannot read configuration file ConfigFile: \? \ H: \ EMRImages \ web.config RequestedURL: https: // localhost: 443 / EMRMachineIamge
PhysicalPath: H: \ EMRImages LogonMethod: not yet defined Logonuser: not yet defined
** The same thing works in a previously hosted folder in the same IIS 7.0. Please help me, thanks in advance
source
share