Dear all,
Putting the below lines in web.config shows 500 - Internal server error.
<system.web.extensions>
<scripting>
<webServices>
<jsonSerialization maxJsonLength="2147483647"/>
</webServices>
</scripting>
</system.web.extensions>
How to solve this?
Thanks
Nick
Go to the complete details ...