I am using Visual Studio 2005 [ASP.NET/C#].
I added Script Manager, UpdatePanel and Content in the master page. This Content tag encloses the contentPlaceHolder of the Master Page.
One of the content Form loads a Div with a Table enclosed in it. The Table has few DropDowns. Selecting an option from a DropDown fills the second DropDown.
My application is showing an error, while selecting an option from a DropDown and also when clicking the Submit button. It is showing error only on remote server but not when the application is run on Local Host.
The error is below:

Edited
I found that the following code was creating problems. After removing this code, everything is working. What is the problem with the below given code that cause the above mentioned error:
<location allowOverride="true" inheritInChildApplications="true"> <appSettings>
<add key="CrystalImageCleaner-AutoStart" value="true" />
<add key="CrystalImageCleaner-Sleep" value="60000" />
<add key="CrystalImageCleaner-Age" value="120000" />
</appSettings>
</location>