Hi,

Yes it is possible. 
(Of course you have to have a working XSP/mod_mono environment.)

As I know mbas is still not fully functional that is why you should (as Kornél 
Pál adviced me)
-use code behind (VB codes in a separate aspx.vb file)
-use C# as default language 
(in your Web.config file do something like this:
<configuration>
  <system.web>
    <compilation defaultLanguage="C#" debug="true" />
        .
        .
        .
)
-use C# as page language
(in the beginning of your aspx file: 
<%@ Page Language="C#" %>
It means you should use C# instead of VB in <%%> ASP tags.)

Good luck! ;-)

(K)
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
Sent: Tuesday, January 17, 2006 8:28 PM
To: mono vb
Subject: [mono-vb] MonoBasic and asp.net




Hi,
could Mono (mbas compiler) run simple .aspx pages with vb.net code?

how?


thanks,

Valentina
_______________________________________________
Mono-vb mailing list
[email protected] http://lists.ximian.com/mailman/listinfo/mono-vb
_______________________________________________
Mono-vb mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/mono-vb

Reply via email to