IIS 7.0 error HTTP Error 500.19 -Internal Server Error (Error Code 0x80070003)

Posted by purnang.advant on Stack Overflow See other posts from Stack Overflow or by purnang.advant
Published on 2010-03-23T08:26:56Z Indexed on 2010/03/23 8:33 UTC
Read the original article Hit count: 1361

Filed under:
|

I have got IIS7 running on my Windows 2008 Server It works perfectly working for the sites and the folder that I hosted before. Now I am trying to host a folder which contains two subfolder(the subfolders contain some images).

I have correctly set the IIS_IUSRS permissions on the site folder. When I try to browse the folder I got the following error,

HTTP Error 500.19 -Internal Server Error The requested page cannot be accessed because the related configuration data for the page is invalid

Module: CustomErrorModule Notification: SendResponse Handler: Not yet determined ErrorCode: 0x80070003 ConfigError: Cannot read configurationFile ConfigFile: \? \H:\EMRImages\web.config RequestedURL: https://localhost:443/EMRMachineIamge PhysicalPath:H:\EMRImages LogonMethod: Not yet determind Logonuser:Not yet determind

** the same thing is working fine in previously host folder in the same IIS 7.0.Please help me,thanks in advance

© Stack Overflow or respective owner

Related posts about iis7

Related posts about .NET