[Mono-bugs] [Bug 522631] after heavy load, mod-mono server stops serving asmx based requests
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Jul 17 06:19:59 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=522631
User mhabersack at novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=522631#c4
--- Comment #4 from Marek Habersack <mhabersack at novell.com> 2009-07-17 04:19:58 MDT ---
Modify your web.config file and append the following snippet to the webServices
section:
<protocols>
<add name="AnyHttpSoap"/>
</protocols>
If you support more than just HTTP SOAP requests, add other protocols as well
(for the list of possible values see
http://msdn.microsoft.com/en-us/library/ms152313.aspx, configuration section is
described at http://msdn.microsoft.com/en-us/library/cs8x2624%28VS.80%29.aspx)
Please let me know if it worked.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list