Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi All,
I am getting below configuration file error
Section or group name jsonSerialization ; is already defined. Updates to this may only occur at the configuration level where it is defined. C:\Project\RM\SVN\rmr\trunk\RMRSTAR\web.config 8

can anyone please help me to come out from this issue.

Thanks
Posted

1 solution

This means exactly what it says. The jsonSerialization tag is in your web.config more than once or it is in a parent web.config as well and so it is being duplicated.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900