Ciao
ho installato mono e xsp2 sul mio ubuntu, e fin qui tutto bene.
Ho provato ad eseguire le pagine scritte in c# e funzionano, ma nel momento in cui scrivo la stessa pagina in vbnet il browser mi dà il seguente errore
Server Error in '/' Application
Configuration error. Language not supported: VBNet
il codice della pagina è il seguente:
<%@ Page Language="VBNet" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>vbnet</title>
<script runat="server">
</script>
</head>
<body>
<form id="form1" runat="server">
</form>
</body>
</html>
Perchè con C# la pagina viene eseguita e con VbNet (il mio linguaggio) no???
Le 2 pagine sono state create con MonoDevelop e dunque il codice mi sembra più che affidabile (l'ha creato il software di default, e non l'ho modificato io)
Aspetto vostre n