I am facing a strange behavior in that I have an application thats hosted on two nodes. works fine on one node, on the other throws up the following error,
Server Error in '/***_Service' 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: This configuration section cannot be used at this path. This happens when the site administrator has locked access to this section using
<location allowOverride="false">
from an inherited configuration file.Source Error:
Line 34: </context> Line 35: </spring> Line 36: <appSettings>
I have compared the applicationHost.config files on both the boxes and they are same. Not facing the problem in Dev environment too. Am I missing something? Can someone please give me some pointers?
Thanks