%@ Page Language="eiffel" debug="true" aspcompat=true Buffer="false" Description="Eiffel ASP.NET Test" %>
This is an eiffel test:
<%
--Uncomment to force a compile error and see generated code;
response.write_string(("Dynamic content.
").to_cil)
%>
<%= ("Eiffel").to_cil %>
Change this text to force re-compilation when reloading.