[Mono-list] Asp.net 2.0 & Mono

Michael Schurter michael at synthesyssolutions.com
Mon Sep 25 18:23:15 EDT 2006


Hi Lee,

Lee wrote:
> I had a chance to play with mono a while back when I wrote a small tcp
> server app to handle requests from a delphi/windows app.  I am now
> interested in writing an asp.net application to run on a CentOS box.
> 
> I have only VS2005 and was wondering if I would have any problems tageting
> mod_mono for asp.net 2.0 to run on CentOS/Apache.  I need:
> 
> * Basic Server Controls
> * Basic Gridview display (manually filled)
> * FirebirdSQL access
> 
> 
> I've been using the following FirebirdSQL client:
> http://firebird.sourceforge.net/index.php?op=devel&sub=netprovider
> 
> As you can see, nothing very complicated, but was wondering if I should be
> aware of any gotchas before proceeding...  Thanks for any input.

While ASP.NET 2.0 features are still under development, I don't think 
you should have any problem with the basic controls and FirebirdSQL 
access.  Use the latest beta version of Mono as its ASP.NET 2.0 handling 
is much better than the stable version.

Also, note that the App_Code directory is not automatically compiled 
AFAIK, and Mono does not automatically detect file changes like 
Microsoft's implementation.

Just post any specific problems you run into to this list.

-- 
Michael Schurter
Synthesys Solutions


More information about the Mono-list mailing list