Server Error: HTTP Error 500.19 - Internal Server Error

Last post 10-15-2009 8:49 AM by Liquid Snake. 3 replies.

Sort Posts:

  • Server Error: HTTP Error 500.19 - Internal Server Error

    05-26-2007, 9:24 AM
    • Member
      161 point Member
    • vishwa
    • Member since 10-12-2006, 4:34 AM
    • Marietta, GA
    • Posts 47

    I got the following error while trying to make a test WCF project on Vista

    Server Error

    HTTP Error 500.19 - Internal Server ErrorDescription: The requested page cannot be accessed because the related configuration data for the page is invalid. Error Code: 0x80070005 Notification: BeginRequest Module: IIS Web Core Requested URL: http://localhost:80/ProductsService/ProductsService.svc Physical Path: C:\Test\ProductsService\ProductsService\ProductsService.svc Logon User: Not yet determined Logon Method: Not yet determined Handler: Not yet determined Config Error: Cannot read configuration file Config File: \\?\C:\Test\ProductsService\ProductsService\web.config Config Source:

       -1:

        0:
    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.

    Server Version Information: Internet Information Services 7.0

     

    I also found a simple solution to it. You can check at http://www.vishwamohan.com/ShowArticle.aspx?ArticleID=30

     

    Filed under: , ,
  • Re: Server Error: HTTP Error 500.19 - Internal Server Error

    08-11-2007, 3:26 AM
    • Member
      4 point Member
    • wrabadi
    • Member since 07-30-2007, 4:51 PM
    • Posts 2

    This seems similiar to an issue I had.  It turned out to be a security setup issue.  Check the web application folder permission and make sure the following users and groups are included \ASPNET and \IIS_IUSRS and \IUSR. 

  • Re: Server Error: HTTP Error 500.19 - Internal Server Error

    06-21-2009, 5:23 PM
    • Member
      14 point Member
    • stimpy77
    • Member since 12-19-2008, 8:00 PM
    • Posts 7

    This might not help, but I wanted to comment that I spent hours on this same error and found the solution to my problem. It turned out to be something that nobody else ever documented, so I'm trying to spread the word for Google.

    It turned out that my root web was working fine, but my subwebs were not working fine and I got this error for the subweb. The subweb was an individually configured ASP.NET application. I figured that this wasn't important because the root web was just a flat HTML file, but it mattered.

    What happened in my case was that a few days ago I had relocated the root web, then updated IIS to point to the new directory. All of the subweb applications, however, were treated by IIS as virtual directories, each with its own physical directory mapping. So each had the stale path.

    More specifically, I moved "C:\web\www.mysite.com" to "C:\web\mysite.com", updated IIS for MySite to point to \web\mysite.com, and left it as such. The applications under mysite.com were each pointing to C:\web\www.mysite.com\[application].

    I had to update each subweb application's Basic Settings to point to the revised path, and the 500.19 error went away.

    Hope this helps others like it would've helped me.

    Jon

  • Re: Server Error: HTTP Error 500.19 - Internal Server Error

    10-15-2009, 8:49 AM
    • Member
      5 point Member
    • Liquid Snake
    • Member since 01-08-2008, 1:47 AM
    • Posts 16

    Hi all

     

    I had the same problem ,, this video helped me alot

     

    http://www.youtube.com/watch?v=vBNoTK31zPo

     

    I just did not installed some components, after the installation my website starts to works fine 

Page 1 of 1 (4 items)