Tuesday 24 April 2012

[discussion_vu] JsonSerialization maxJsonLength property in web.config

  Response.Write(new ScriptingJsonSerializationSection().MaxJsonLength);
  Default length 102400
Change On Web Config

<system.web.extensions>
            <scripting>
                  <webServices>
                        <jsonSerialization maxJsonLength="2147483647"/>
                  </webServices>
            </scripting>
      </system.web.extensions> 

ALLAH Hafiz
(ALLAH Makes you success in your life and after death [AMEEN])


Regards,

Muhammad Liaquat
Software Engineer
Cell Phone:  +92-333-9996889

Email:
    muhammad.liaquat@gmail.com

--
You received this message because you are subscribed to the Google Groups "Virtual University of Pakistan" group.
To post to this group, send email to discussion_vu@googlegroups.com.
To unsubscribe from this group, send email to discussion_vu+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/discussion_vu?hl=en.

No comments:

Post a Comment