Click here to Skip to main content
15,896,726 members
Articles / Web Development / HTML

Integrating Spring.NET with ASP.NET Web Site

Rate me:
Please Sign up or sign in to vote.
4.86/5 (51 votes)
27 Jan 2008CPOL5 min read 154.9K   2.2K   98  
This article describes how to integrate Spring.NET enterprise Framework with ASP.NET

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "F:\...\CodeProject\", "CodeProject", "{5BFAAB90-9267-46D4-AE16-94D0436C286F}"
	ProjectSection(WebsiteProperties) = preProject
		ProjectReferences = "{2AC1F6B2-1D1F-4AA7-894B-12228D5F5A8D}|CodeProject.DAO.dll;"
		Debug.AspNetCompiler.VirtualPath = "/CodeProject"
		Debug.AspNetCompiler.PhysicalPath = "CodeProject\"
		Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\CodeProject\"
		Debug.AspNetCompiler.Updateable = "true"
		Debug.AspNetCompiler.ForceOverwrite = "true"
		Debug.AspNetCompiler.FixedNames = "false"
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.VirtualPath = "/CodeProject"
		Release.AspNetCompiler.PhysicalPath = "CodeProject\"
		Release.AspNetCompiler.TargetPath = "PrecompiledWeb\CodeProject\"
		Release.AspNetCompiler.Updateable = "true"
		Release.AspNetCompiler.ForceOverwrite = "true"
		Release.AspNetCompiler.FixedNames = "false"
		Release.AspNetCompiler.Debug = "False"
		VWDPort = "2322"
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeProject.DAO", "CodeProject.DAO\CodeProject.DAO.csproj", "{2AC1F6B2-1D1F-4AA7-894B-12228D5F5A8D}"
	ProjectSection(WebsiteProperties) = preProject
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.Debug = "False"
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|.NET = Debug|.NET
		Debug|Any CPU = Debug|Any CPU
		Debug|Mixed Platforms = Debug|Mixed Platforms
		Release|.NET = Release|.NET
		Release|Any CPU = Release|Any CPU
		Release|Mixed Platforms = Release|Mixed Platforms
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{5BFAAB90-9267-46D4-AE16-94D0436C286F}.Debug|.NET.ActiveCfg = Debug|.NET
		{5BFAAB90-9267-46D4-AE16-94D0436C286F}.Debug|.NET.Build.0 = Debug|.NET
		{5BFAAB90-9267-46D4-AE16-94D0436C286F}.Debug|Any CPU.ActiveCfg = Debug|.NET
		{5BFAAB90-9267-46D4-AE16-94D0436C286F}.Debug|Mixed Platforms.ActiveCfg = Debug|.NET
		{5BFAAB90-9267-46D4-AE16-94D0436C286F}.Debug|Mixed Platforms.Build.0 = Debug|.NET
		{5BFAAB90-9267-46D4-AE16-94D0436C286F}.Release|.NET.ActiveCfg = Debug|.NET
		{5BFAAB90-9267-46D4-AE16-94D0436C286F}.Release|.NET.Build.0 = Debug|.NET
		{5BFAAB90-9267-46D4-AE16-94D0436C286F}.Release|Any CPU.ActiveCfg = Debug|.NET
		{5BFAAB90-9267-46D4-AE16-94D0436C286F}.Release|Mixed Platforms.ActiveCfg = Debug|.NET
		{5BFAAB90-9267-46D4-AE16-94D0436C286F}.Release|Mixed Platforms.Build.0 = Debug|.NET
		{2AC1F6B2-1D1F-4AA7-894B-12228D5F5A8D}.Debug|.NET.ActiveCfg = Debug|Any CPU
		{2AC1F6B2-1D1F-4AA7-894B-12228D5F5A8D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{2AC1F6B2-1D1F-4AA7-894B-12228D5F5A8D}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{2AC1F6B2-1D1F-4AA7-894B-12228D5F5A8D}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{2AC1F6B2-1D1F-4AA7-894B-12228D5F5A8D}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{2AC1F6B2-1D1F-4AA7-894B-12228D5F5A8D}.Release|.NET.ActiveCfg = Release|Any CPU
		{2AC1F6B2-1D1F-4AA7-894B-12228D5F5A8D}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{2AC1F6B2-1D1F-4AA7-894B-12228D5F5A8D}.Release|Any CPU.Build.0 = Release|Any CPU
		{2AC1F6B2-1D1F-4AA7-894B-12228D5F5A8D}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{2AC1F6B2-1D1F-4AA7-894B-12228D5F5A8D}.Release|Mixed Platforms.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer Microsoft
United States United States
Have completed BSc in Computer Science & Engineering from Shah Jalal University of Science & Technology, Sylhet, Bangladesh (SUST).

Story books (specially Masud Rana series), tourism, songs and programming is most favorite.

Blog:
Maruf Notes
http://blog.kuashaonline.com

Comments and Discussions