%@ Page Language="Eiffel" Description="ASP.NET Enabler Welcome" %>
<%if samples_path_found then%>
The installation of Eiffel for ASP.NET terminated successfully.
This page was written in Eiffel, the source for it can be found in
<%=samples_path.to_cil%>\default.aspx.
<%elseif error_message /= Void then%>
There seems to be a problem with your installation, the path to your installation could
not be retrieved, the following error occured: <%=error_message.to_cil%>
<%else%>
There seems to be a problem with your installation, the path to your installation could
not be retrieved...
<%end%>
The documentation can be found in <%=install_path.to_cil%>\Documentation\Eiffel for ASP.NET.chm.
The following samples demonstrate different scenarios in which Eiffel can be used to write ASP.NET pages:
The sources for the samples are available in <%=samples_path.to_cil%>\Samples.
Enjoy Eiffel for ASP.NET!
The Eiffel for ASP.NET Team.