Hello! I was deployed my ASP.NET application on Linux (CentOS) using Mono 2.4. Same application on Windows platform work perfect, but i have some problems on Linux.
I will give u example: When loading page, all code on Page_Load method pass correct (for example: create new instance of some class and fill all text boxes with proper values), but after update some values on text boxes and click on save button to save changes, i got HTTP 500. Error processing request. It is same for all pages in application, same error from unknown reason to me. Every method called from Button_OnClick event throw this exception. Once again, it works on IIS Below is stack trace on mentioned error: Server Error in '/phmc' Application Description: HTTP 500. Error processing request. Stack Trace: System.Exception: at ClientManagement_NoviClan.btnSnimi_Click (System.Object sender, System.EventArgs e) [0x00000] at System.Web.UI.WebControls.Button.OnClick (System.EventArgs e) [0x00000] at System.Web.UI.WebControls.Button.RaisePostBackEvent (System.String eventArgument) [0x00000] at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent (System.String eventArgument) [0x00000] at System.Web.UI.Page.RaisePostBackEvent (IPostBackEventHandler sourceControl, System.String eventArgument) [0x00000] at System.Web.UI.Page.RaisePostBackEvents () [0x00000] at System.Web.UI.Page.ProcessRaiseEvents () [0x00000] at System.Web.UI.Page.InternalProcessRequest () [0x00000] at System.Web.UI.Page.ProcessRequest (System.Web.HttpContext context) [0x00000] Version information: Mono Version: 2.0.50727.1433; ASP.NET Version: 2.0.50727.1433 Any ideas? Thanks in advance! Sorry on my English.... Best Regards! -- View this message in context: http://www.nabble.com/HTTP-500.-Error-processing-request.-tp23636946p23636946.html Sent from the Mono - ASP.NET mailing list archive at Nabble.com. _______________________________________________ Mono-aspnet-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-aspnet-list
