Title: Mensaje
Yes,
 
You can compile code-behind pages in the same way. Just use "--target library" in mcs, to build a library and not an executable.
 
Here is an example:
 
mcs Global.asax.cs Configuration.cs ConfigurationHandler.cs TestDB.aspx.cs --target library -o bin/web.dll -r System.Data
 
Hope this helps
 
--
Dixie
-----Mensaje original-----
De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Sureshkumar Srinivasan
Enviado el: lunes, 11 de agosto de 2003 1:12
Para: [EMAIL PROTECTED]
Asunto: [Mono-list] Code behind!

Does the ASP.NET compiler for Linux support Code-behind in web-forms?

 

Thanks,

Suresh

Reply via email to