Exception in configuration section handler <RewriterConfig>

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?TWF0dCBDYWxob29u?=

    Exception in configuration section handler <RewriterConfig>

    Hi there,

    I have a new server that we are adding to our web cluster. This server has
    Windows Server 2003 32-bit Service Pack 1 installed. We have .NET 1.1 and 2.0
    on this machine. A web application is throwing the below error and I am
    curious as to why the web application works ok on the other web servers in
    the cluster (web editions) but not on this new machine (Standard Edition).
    Each server points to the same directory on a filer. Any help appreciated.
    thanks, Matt.

    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: Exception in configuration section handler.

    Source Error:

    Line 16: situations.
    Line 17: -->
    Line 18: <RewriterConfig >
    Line 19: <Subsites>
    Line 20: <Site>



    Source File: \\filer\home\us er151\web.confi g Line: 18


    --------------------------------------------------------------------------------

    Version Information: Microsoft .NET Framework Version:1.1.432 2.2300; ASP.NET
    Version:1.1.432 2.2300

  • =?Utf-8?B?TWF0dCBDYWxob29u?=

    #2
    RE: Exception in configuration section handler &lt;RewriterCon fig&gt;

    FYI, it was a problem with permissions.
    C:\WINDOWS\TEMP \ directory needed permissions for the user account running
    the web application pool (generally NETWORK SERVICE account).

    The odd thing was that all other .NET sites worked except for the one that
    used URL Rewriting.

    "Matt Calhoon" wrote:
    Hi there,
    >
    I have a new server that we are adding to our web cluster. This server has
    Windows Server 2003 32-bit Service Pack 1 installed. We have .NET 1.1 and 2.0
    on this machine. A web application is throwing the below error and I am
    curious as to why the web application works ok on the other web servers in
    the cluster (web editions) but not on this new machine (Standard Edition).
    Each server points to the same directory on a filer. Any help appreciated.
    thanks, Matt.
    >
    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: Exception in configuration section handler.
    >
    Source Error:
    >
    Line 16: situations.
    Line 17: -->
    Line 18: <RewriterConfig >
    Line 19: <Subsites>
    Line 20: <Site>
    >
    >
    >
    Source File: \\filer\home\us er151\web.confi g Line: 18
    >
    >
    --------------------------------------------------------------------------------
    >
    Version Information: Microsoft .NET Framework Version:1.1.432 2.2300; ASP.NET
    Version:1.1.432 2.2300
    >

    Comment

    Working...