[MonoDevelop] Mono ASP.NET

Florian Hester florian at nedlinux.nl
Fri May 19 20:31:59 EDT 2006


Hello,

Visual Studio generates the following for an ASP.NET page:

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="MySql.aspx.cs"
Inherits="MySql_MySql" %>

This doesnt work with Mono ASP.NET because CodeFile isnt recognized. If i
change it to src it works perfect.

But why does Mono ASP.NET not recognize CodeFile?

Florian Hester



More information about the Monodevelop-list mailing list