[MonoDevelop] Start using monodevelop

Marc DM m at phronein.com
Mon Jul 4 01:02:46 EDT 2005


I just finished creating my 2nd web application using MonoDevelop and
C#. I can tell you now, that unless I'm using the wrong version (used
0.5 and 0.7) MD doesn't have much support for *.aspx pages. 

In my work, I use MD for the C# code-behind pages, and  use Gedit
(showing html format) to edit the *.aspx pages. 

If you're coming from a VisualStudio.NET world, you should note that the
CodeBehind attribute placed in the <%@Page %> tag is invalid. It's only
used by visual studio. The more proper attibute would be Src. This will
make xsp/mod-mono recompile the *.cs file specified. 

I realize that this info is more about mono/asp.net than about MD, but I
thought I'd let you know what I've found out.


HTH

Marc DM

PS.
After I've slept, I'll post more of a tutorial. complete with sample
starting points for *.cs and *.aspx files. 



On Sun, 2005-07-03 at 21:41 -0400, Cristian Bullokles wrote:
> I want to develop a Web C# Application using Monodevelop but in IDE i
> dont have option to create this type of application.
> Anybody have a using tutorial of Monodevelop to create web
> applications? All tutorials explain how to create gtk applications.
> 
> Regards
> Cristian
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
> 



More information about the Monodevelop-list mailing list