Mono ASP.Net Config

February 13 0 Comments Category: Business

In case you're wondering, here are a few differences between Microsoft's .Net and the Mono CLI for ASP.Net.

  1. The <%@ Page Language="C#" CodeBehind="index.aspx.cs" %> doesn't work

    To correct replace "CodeBehind" with "Src"
          

  2. The "Web.config" file must be named "web.config" … all lower case

I'm sure there are more… I'll post them as I get to them.

Write a Comment

Commenter Gravatar