[Mono-list] XSP codebehind1.aspx sample error

Gonzalo Paniagua Javier gonzalo@ximian.com
Tue, 30 Dec 2003 14:26:02 +0100


El dom, 28-12-2003 a las 17:10, Sergio Blanco Cuaresma escribió:
> There is a little error in the XSP codebehind1.aspx sample, it contains:
> 
> <%@ Page language="c#" Inherits="MonoTest.Test"%>
> 
> And I think it should be:
> 
> <%@ Page language="c#" Inherits="MonoTest.Test" Src="codebehind1.cs" %>

If you run "make install", the codebehind1.cs file is compiled into a
dll and deployed in bin directoy so that you don't need the 'src'
attribute.

-Gonzalo