2
Answers

Sections must only appear once per config file

Photo of Himanshu Tyagi

Himanshu Tyagi

7y
4.8k
1
There is an error in my project "Maximum request length exceeded." So i did google and solution is to set "<httpRuntime maxRequestLength="1048576"/>". After this i got this new error. Config section 'system.web/httpRuntime' already defined. Sections must only appear once per config file. See the help topic for exceptions

Answers (2)