[Mono-bugs] [Bug 421300] WebService hangs on large responses.

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Sep 4 12:39:48 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=421300

User robertj at gmx.net added comment
https://bugzilla.novell.com/show_bug.cgi?id=421300#c4


Robert Jordan <robertj at gmx.net> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |robertj at gmx.net
             Status|NEW                                             |RESOLVED
         Resolution|                                                |INVALID




--- Comment #4 from Robert Jordan <robertj at gmx.net>  2008-09-04 10:39:48 MDT ---
Your web.config is missing

<system.web.extensions>
  <scripting>
    <webServices>
      <jsonSerialization maxJsonLength="some large number" />
   </webServices>
  </scripting>
</system.web.extensions> 


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list