Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Matt Bliss 176 posts 234 karma points c-trib
    Jan 17, 2012 @ 17:07
    Matt Bliss
    0

    HTTP Error 500.19

    Has anyone come across the following error setting up an Umbraco site and can tell me where to look.

     

    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 Unknown
    Handler Not yet determined
    Error Code 0x8007000d
    Config Error  
    Config File \\?\C:\inetpub\wwwroot\...\web.config
    Requested URL http://...:80/
    Physical Path  
    Logon Method Not yet determined
    Logon User Not yet determined
    Config Source
       -1: 
        0: 
    

     

    I've set the standard Umbraco permissions on the folders.

    It is an older version of Umbraco: umbraco v 4.0.4.2 (Assembly version: 1.0.3811.17115)

    IIS 7.5 on Windows 7 Pro 64bit

    In a .Net 2.0 App Pool (Tried it with 4.0 too)

    With a SQLExpress database (although I don't think it is getting that far)

  • Tom Fulton 2030 posts 4998 karma points c-trib
    Jan 17, 2012 @ 17:17
    Tom Fulton
    0

    Hi,

    I've seen this error before, it happens to me when my web.config has some URL Rewriting rules specified (via system.webServer/rewrite), and my dev machine doesn't have IIS URL Rewriting installed/enabled.  It works on the production environment but I get the above error on my dev PC.  I usually just work around by commenting out that section in the web.config (I suppose I could just enable URL Rewriting also :) ).

    So I wonder if a feature was recently enabled that is not supported by your web server or the application pool it's running in?  Was this developed locally and you are now moving it to the server?

    Unfortunately I don't know how to tell what line is causing the error, so you may just need to start digging through your web.config...

    -Tom

  • Matt Bliss 176 posts 234 karma points c-trib
    Jan 17, 2012 @ 17:44
    Matt Bliss
    0

    Thanks Tom,

    I've installed the URL rewrite module (http://www.iis.net/download/urlrewrite) and that's moved me forward to another error, but at least a more meaningful one this time, I'll start working on that now!

    Server Error in '/' Application.


    Configuration Error

    Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. 

    Parser Error Message: Could not load type 'umbraco.presentation.urlRewriter.FormRewriterControlAdapter'.

    Source Error: 

    Line 3:    <browser refID="Default">
    Line 4:      <controlAdapters>
    Line 5: <adapter controlType="System.Web.UI.HtmlControls.HtmlForm" Line 6:                 adapterType="umbraco.presentation.urlRewriter.FormRewriterControlAdapter" />
    Line 7:      </controlAdapters>


    Source File: C:\inetpub\wwwroot\Focus\App_Browsers\Form.browser    Line: 


    Version Information: Microsoft .NET Framework Version:2.0.50727.5448; ASP.NET Version:2.0.50727.5456

     

  • Tom Fulton 2030 posts 4998 karma points c-trib
    Jan 17, 2012 @ 17:51
    Tom Fulton
    0

    Hmm, I have not seen that error, but you might check out these threads for ideas:

    http://our.umbraco.org/forum/getting-started/installing-umbraco/3224-Unable-to-load-type-umbracopresentationurlRewriter

    http://our.umbraco.org/forum/getting-started/installing-umbraco/6920-Sudden-configuration-error-when-adding-content

    http://forum.umbraco.org/yaf_postst7765_Strange-Problem-With-Custom-Controls-Version-4-RC2.aspx

    Sounds like maybe incorrect versions of DLLs in your /bin/?  Are you sure you're using the ones for your appropriate .NET version?  And did you unblock the zip etc?

    -Tom

  • Matt Bliss 176 posts 234 karma points c-trib
    Jan 17, 2012 @ 18:16
    Matt Bliss
    0

    Thanks Tom,

    I was reading the last link when I found, your reply. It is dll related (I've been provided an installation without a bin folder!) 

    Thanks for your help!

  • Tom Fulton 2030 posts 4998 karma points c-trib
    Jan 17, 2012 @ 18:19
    Tom Fulton
    0

    Haha..that might be a problem! ;)

Please Sign in or register to post replies

Write your reply to:

Draft