[Mono-aspnet-list] Postback not working properly on Ubuntu

MysteryX mysteryx93 at hotmail.com
Sun Oct 23 18:20:35 EDT 2011


After further investigation, the problems I see come down to two distinct
issues.

1. The JavaScript of RequiredFieldValidator doesn't work. The JavaScript is
generated but never executed. That's why it does a postback when it
shouldn't.

2. ASP.NET Mono doesn't work well with .htaccess URL Rewriting. If I view
/folder/ or /folder/default, mono thinks the URL is /folder/default.aspx and
various features will not work properly. I am trying to setup a URL
Rewriting engine that is integrated into ASP.NET:
http://managedfusion.com/products/url-rewriter/
However, I'm seeing problems under Windows and haven't been able to get it
running at all under Ubuntu/Mono yet.

If I turn OFF URL Rewriting in .htaccess, clicking a button in
/coaching/copy/ handles the postback and then displays page
/coaching/copy/default.aspx. I don't know if a good URL Rewriting module
will be able to solve this.

--
View this message in context: http://mono.1490590.n4.nabble.com/Postback-not-working-properly-on-Ubuntu-tp3929778p3931471.html
Sent from the Mono - ASP.NET mailing list archive at Nabble.com.


More information about the Mono-aspnet-list mailing list