I\'ve finished simple asp.net web application project, compiled it, and try to test on local IIS. I\'ve create virtual directory, map it with physical directory, then put al
Try changing CodeBehind="Default.aspx.cs" to CodeFile="Default.aspx.cs"
CodeBehind="Default.aspx.cs"
CodeFile="Default.aspx.cs"