[Mono-devel-list] Starting problems with ASP.NET

Bec-Penya, Luis {IT-O~Terrassa} luis.bec-penya at Roche.COM
Thu Mar 11 07:16:21 EST 2004


I try with insert:

<%@ Page Language="VB" %>

and then it seems compiles, then the browser become white and nothing happens until a timeout error.
The browser don't show any compile error.

Somebody knows how can I do?

Thanks.


On Thu, 11 Mar 2004, Bec-Penya, Luis {IT-O~Terrassa} wrote:

> Thanks, but I don't understand where I should use the language attribute with "VB" as value. Thanks
>
> -----Mensaje original-----
> De: Chris Turchin [mailto:chris at cigale.pelemele.com] En nombre de Chris Turchin
> Enviado el: miércoles, 10 de marzo de 2004 13:58
> Para: Bec-Penya, Luis {IT-O~Terrassa}
> Asunto: Re: [Mono-devel-list] Starting problems with ASP.NET
>
> Hi Luis,
>
> You might need to use the language attribute with "VB" as the value. In
> mono's ASP.NET c# is the default as VB.NET support is still a bit
> lacking IIRC...
>
> --chris
>
> On Wed, 10 Mar 2004, Bec-Penya, Luis {IT-O~Terrassa} wrote:
>
> > I have just install mono and xsp on Linux RedHat 9.0. All the examples
> > from http://localhost/mono/index.aspx works perfectly well, but when I
> > copy & paste a little example from other place ( www ) doesn't work. I
> > know that I'm doing something wrong... Can you help me?
> >
> > If I try with this archive  "Button.aspx" it doesn't work. Why?
> >
> > <script  runat="server">
> > Sub button1(Source As Object, e As EventArgs)
> >    p1.InnerHtml="You clicked the blue button!"
> > End Sub
> > Sub button2(Source As Object, e As EventArgs)
> >    p1.InnerHtml="You clicked the pink button!"
> > End Sub
> > </script>
> >
> > <html>
> > <body>
> >
> > <form runat="server">
> > <button id="b1" OnServerClick="button1"
> > style="background-color:#e6e6fa;
> > height=25;width:100" runat="server">
> > Blue button!
> > </button>
> > <button id="b2"
> > OnServerClick="button2"
> > style="background-color:#fff0f5;
> > height=25;width:100" runat="server">
> > Pink button!
> > </button>
> > <p id="p1" runat="server" />
> > </form>
> >
> > </body>
> > </html>
> >
> >
> >
>



More information about the Mono-devel-list mailing list