Exception in configuration section handler <RewriterConfig>

G

Guest

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\user151\web.config Line: 18
 
G

Guest

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top