0

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

gilly3
  • 87,962
  • 25
  • 144
  • 176
user2613228
  • 242
  • 1
  • 4
  • 12
  • Possible duplicate: http://stackoverflow.com/questions/9794985/iis-this-configuration-section-cannot-be-used-at-this-path-configuration-lock – slfan Jul 24 '13 at 06:18
  • i have read that question / solution. but doesnt seem to work. also a different case in which the app works on a node but doesnt on another. – user2613228 Jul 24 '13 at 06:22
  • Have you checked if the IIS setup varies? It could be related to the app being setup as a virtual app on one box and a virtual directory on the other box. – faester Jul 24 '13 at 06:34

0 Answers0