[Mono-dev] Some questions about ASP.NET

k0l0b0k k0l0b0k.void at gmail.com
Wed May 14 03:16:06 EDT 2008


Hi guys!
I have some troubles with using mod_mono ASP.NET.
The first is encoding. My Default.aspx saved in UTF-8, and has russian
text inside. Web.Config has following instruction:
    <globalization fileEncoding="UTF-8"/>
in System.Web
IIS/Cassini renders page as needed, but Apache2 with mod_mono and xsp2
standalone shows ????????????  instead UTF chars.
What can I fix it?
An d next...  Anthem.NET looking as good AJAX framework, and works
with Mono, but some strange: mono reports in apache's error.log:
File does not exist: /var/www/myhost.com.ua/WebResource.axd (Anthem
adds his JavaScript code using it)
So, if I include Anthem.js manually it's work fine. But this is an issue?

Thanks for any response!


More information about the Mono-devel-list mailing list