Click here to Skip to main content
15,898,134 members
Articles / Web Development / ASP.NET

Master Pages in ASP.NET 2.0 (Part 1)

Rate me:
Please Sign up or sign in to vote.
3.26/5 (18 votes)
14 Nov 20056 min read 102.6K   1.2K   54  
An article on implementing Master Pages based templates in ASP.NET 2.0.

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "d:\SampleApplications\MasterPages\", "d:\SampleApplications\MasterPages\", "{31B19157-EC1E-4F26-9ECD-2EE75A3E61EB}"
	ProjectSection(WebsiteProperties) = preProject
		Debug.AspNetCompiler.VirtualPath = "/MasterPages"
		Debug.AspNetCompiler.PhysicalPath = "d:\SampleApplications\MasterPages\"
		Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\MasterPages\"
		Debug.AspNetCompiler.Updateable = "true"
		Debug.AspNetCompiler.ForceOverwrite = "true"
		Debug.AspNetCompiler.FixedNames = "true"
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.VirtualPath = "/MasterPages"
		Release.AspNetCompiler.PhysicalPath = "d:\SampleApplications\MasterPages\"
		Release.AspNetCompiler.TargetPath = "PrecompiledWeb\MasterPages\"
		Release.AspNetCompiler.Updateable = "true"
		Release.AspNetCompiler.ForceOverwrite = "true"
		Release.AspNetCompiler.FixedNames = "true"
		Release.AspNetCompiler.Debug = "False"
		VWDPort = "36304"
		DefaultWebSiteLanguage = "Visual C#"
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{31B19157-EC1E-4F26-9ECD-2EE75A3E61EB}.Debug|Any CPU.ActiveCfg = Debug|.NET
		{31B19157-EC1E-4F26-9ECD-2EE75A3E61EB}.Debug|Any CPU.Build.0 = Debug|.NET
	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 has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
India India
Rajiv has been developing on Microsoft Platforms for over 6 years and is a principal officer, technology @ eFORCE Inc. where he has worked for around 5 years and enjoys doing some really interesting stuff like writing a software adaptor for MFD scanners and other hardware using Microsoft Technologies, Writing a DAL that hooks up VC++ layers to .NET, writing a .NET Remoting Bridge that securely connects world-wide oil rigs of a drilling company and many other interesting endeavours.

More information about Rajiv can be found @ www.rajivpopat.com

Comments and Discussions