Previous Next

Thread: HTTP Error 500.19 - Internal Server Error

Last post 11-20-2008 9:07 AM by sapooler. 6 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (7 items)

Sort Posts:

  • 03-27-2008, 3:08 PM

    HTTP Error 500.19 - Internal Server Error

    I have got my IIS7, Vista x64 running with PHP 5 (FastCGI). It works perfectly when I have my websites located in C:\inetpub\

    Because of the way my machine is set up, I need to relocate my sites to another drive and folder, that being P:\www.develop\

    I have correctly set the IIS_IUSRS permissions on the site folder (and just in case, I made a new site folder via IIS so it set it's own permissions) yet I keep getting the error:

    Error Summary

    HTTP Error 500.19 - Internal Server Error

    The requested page cannot be accessed because the related configuration data for the page is invalid.

    Detailed Error Information
    ModuleCustomErrorModule
    NotificationSendResponse
    HandlerNot yet determined
    Error Code0x80070003
    Config ErrorCannot read configuration file
    Config File\\?\P:\www.develop\monkey\web.config
    Requested URLhttp://localhost:81/
    Physical PathP:\www.develop\monkey
    Logon MethodNot yet determined
    Logon UserNot yet determined
    Config Source
       -1: 
    0:
    Links and More Information This error occurs when there is a problem reading the configuration file for the Web server or Web application. In some cases, the event logs may contain more information about what caused this error.

    View more information ยป

     After hours of searching the web for a solution, I am stuck.

    My sites don't even have a web.config file in them, so I don't understand what is going on??

     

    Please someone help me, it took two days to get IIS working with PHP in the first place, and I'm really fed up with errors and issues. 

    John Porter
    www.designermonkey.co.uk
  • 03-27-2008, 3:27 PM In reply to

    • Rovastar
    • Top 10 Contributor
    • Joined on 03-13-2008, 2:00 PM
    • London, UK
    • Posts 749

    Re: HTTP Error 500.19 - Internal Server Error

    Do any other paths work? You said on C they are all ok can you get them working on P with P:\inetpub?

    Personaly I don't like the look of \www.develop\

    The '.' there just looks wrong. It may not be a problem it just looks a little odd.

    Try a few different paths. local then network drives

    Otherwise I would look in more detail at your permissions on the P drive.

     Edit: there seems to be lots of 500.19 errors with vista and sp1 have you got sp1?

    Most overused word in IT is 'should' as in 'That should work!?!'
  • 03-27-2008, 3:41 PM In reply to

    Re: HTTP Error 500.19 - Internal Server Error

    OK, so I just got it working. And the solution has just pi#*ed me off even more!

     My P drive is a network share (from a folder on another drive), so I just changed the site folder in IIS from P:\www.develop to X:\Projects\wwwdevelop (I also took out the . I agree with you, it was silly!)

     
    Now it works!

    So this brings up an issue, how can IIS be made to work with network attached drives from shared folders??

    Any ideas?
     

    John Porter
    www.designermonkey.co.uk
  • 03-27-2008, 3:58 PM In reply to

    • anilr
    • Top 10 Contributor
    • Joined on 05-23-2006, 10:13 PM
    • Redmond, WA
    • Posts 1,210

    Re: HTTP Error 500.19 - Internal Server Error

    You cannot use mapped network drive in IIS since the network drive mapping is per session and is not visible to IIS running in session 0 - you need to use network share in \\server\share format (with username/password needed to access the share).

    Anil Ruia
    Senior Software Design Engineer
    IIS Core Server
  • 03-27-2008, 5:00 PM In reply to

    Re: HTTP Error 500.19 - Internal Server Error

    So to do that, how would I point IIS at the share:

    \\monkeyboxvista\projects$

    Thanks for your help by the way... 

    John Porter
    www.designermonkey.co.uk
  • 03-27-2008, 8:04 PM In reply to

    • anilr
    • Top 10 Contributor
    • Joined on 05-23-2006, 10:13 PM
    • Redmond, WA
    • Posts 1,210

    Re: HTTP Error 500.19 - Internal Server Error

    You would enter the physical path as \\monkeyboxvista\projects$\www.develop (along with credentials needed to access the path).

    Anil Ruia
    Senior Software Design Engineer
    IIS Core Server
  • 11-20-2008, 9:07 AM In reply to

    • sapooler
    • Not Ranked
    • Joined on 11-20-2008, 8:58 AM
    • Posts 1

    Re: HTTP Error 500.19 - Internal Server Error

    I have the same problem on Web server 2008 using IIS 7.

    I have an existing server running the core of my website, and I want to run a second copy of the site on a different webserver for load distribution

    I have tried using a UNC share to get to the folder containing my website and configured the user access. Testing this confirms the website folder is accessible an authentication succeeded.

     However, when I try to get to anythin in the site (flat html or coldfusion pages) I get the following:

     

    Error Summary

    HTTP Error 500.19 - Internal Server Error

    The requested page cannot be accessed because the related configuration data for the page is invalid.

     

    Detailed Error Information
    Module IIS Web Core
    Notification BeginRequest
    Handler Not yet determined
    Error Code 0x80070005
    Config Error Cannot read configuration file due to insufficient permissions
    Config File \\?\UNC\212.57.233.145\CorporateDirectEurope\Nimoi\Sites\Master\web.config
    Requested

     

    Am I missing something?

     

Page 1 of 1 (7 items)
Page view counter