Mono ASP.Net Config
In case you're wondering, here are a few differences between Microsoft's .Net and the Mono CLI for ASP.Net. The <%@ Page Language="C#" CodeBehind="index.aspx.cs" %> doesn't work To correct replace "CodeBehind" with "Src" The "Web.config" file must be named "web.config" … all lower case I'm sure there are more… I'll post them as I [...]

