SPRNET-843 - second attempt at solution templates, now conforming to project layout expected by Solution Factory add-in!

This commit is contained in:
markpollack
2009-07-31 18:31:22 +00:00
parent acaab749d6
commit 0ba232a918
64 changed files with 2868 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Spring.NET Web Application</title>
</head>
<body>
<h2>Welcome to a Spring.NET Web Application</h2>
<div>
<p>
Spring.NET Web Framework is an extension to ASP.NET that adds many
powerful features, such as Dependency Injection for web pages and
controls, bi-directional data binding, localization support, etc.
</p>
<p>
This solution template has configured an ASP.NET web site to use Spring.NET Web Framework.
</p>
<p>
The following page is configured using dependency injection.
</p>
<h3><a href="DI/Default.aspx">Dependency Injection</a></h3>
</div>
</body>
</html>