[Mono-aspnet-list] Error 500 on form post
itptech
itp at techie.com
Tue May 22 07:09:19 UTC 2012
Hi,
I'm working on my first ASP.NET to Mono port. I built a test site with
several functionalities to test. One is just a simple form post. The error
I'm getting is this:
/Argument cannot be null. Parameter name: inputString
Description: HTTP 500. Error processing request.
Stack Trace:
System.ArgumentNullException: Argument cannot be null.
Parameter name: inputString
at System.Web.UI.ObjectStateFormatter.Deserialize (System.String
inputString) [0x00000] in <filename unknown>:0
at System.Web.UI.LosFormatter.Deserialize (System.String input) [0x00000]
in <filename unknown>:0
/
This form was/is working fine as ASP.NET on IIS. Maybe there's a
configuration I didn't do?
--
View this message in context: http://mono.1490590.n4.nabble.com/Error-500-on-form-post-tp4649486.html
Sent from the Mono - ASP.NET mailing list archive at Nabble.com.
More information about the Mono-aspnet-list
mailing list