PHP Code:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
I'm now doing Trials and Errors now, and I think there's something wrong with this. In what can be enclosed within Inherits="..." ??? I've seen an example that uses _aspx but didn't work, and gave me compilation errors... I changed it to _Default again and indeed it works...