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

Flash ASP.NET AdRotator using Database

Rate me:
Please Sign up or sign in to vote.
3.52/5 (14 votes)
5 Apr 2008CPOL3 min read 184.9K   3.9K   53  
Implement a Flash ASP.NET AdRotator to fetch ads from a database.

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "C:\...\FlashRotator\", ".", "{A7601630-F89F-4B3A-A363-66C69CE20F26}"
	ProjectSection(WebsiteProperties) = preProject
		ProjectReferences = "{4A916C52-D9A0-45D3-A97F-6D39819EE57D}|FlashAdRotator.dll;"
		Debug.AspNetCompiler.VirtualPath = "/FlashRotator"
		Debug.AspNetCompiler.PhysicalPath = "..\..\..\..\..\..\Inetpub\wwwroot\Projects\FlashRotator\"
		Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\FlashRotator\"
		Debug.AspNetCompiler.Updateable = "true"
		Debug.AspNetCompiler.ForceOverwrite = "true"
		Debug.AspNetCompiler.FixedNames = "false"
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.VirtualPath = "/FlashRotator"
		Release.AspNetCompiler.PhysicalPath = "..\..\..\..\..\..\Inetpub\wwwroot\Projects\FlashRotator\"
		Release.AspNetCompiler.TargetPath = "PrecompiledWeb\FlashRotator\"
		Release.AspNetCompiler.Updateable = "true"
		Release.AspNetCompiler.ForceOverwrite = "true"
		Release.AspNetCompiler.FixedNames = "false"
		Release.AspNetCompiler.Debug = "False"
		VWDPort = "1880"
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdRotator", "CustomControl\AdRotator.csproj", "{4A916C52-D9A0-45D3-A97F-6D39819EE57D}"
	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
		{A7601630-F89F-4B3A-A363-66C69CE20F26}.Debug|.NET.ActiveCfg = Debug|.NET
		{A7601630-F89F-4B3A-A363-66C69CE20F26}.Debug|.NET.Build.0 = Debug|.NET
		{A7601630-F89F-4B3A-A363-66C69CE20F26}.Debug|Any CPU.ActiveCfg = Debug|.NET
		{A7601630-F89F-4B3A-A363-66C69CE20F26}.Debug|Mixed Platforms.ActiveCfg = Debug|.NET
		{A7601630-F89F-4B3A-A363-66C69CE20F26}.Debug|Mixed Platforms.Build.0 = Debug|.NET
		{A7601630-F89F-4B3A-A363-66C69CE20F26}.Release|.NET.ActiveCfg = Debug|.NET
		{A7601630-F89F-4B3A-A363-66C69CE20F26}.Release|.NET.Build.0 = Debug|.NET
		{A7601630-F89F-4B3A-A363-66C69CE20F26}.Release|Any CPU.ActiveCfg = Debug|.NET
		{A7601630-F89F-4B3A-A363-66C69CE20F26}.Release|Mixed Platforms.ActiveCfg = Debug|.NET
		{A7601630-F89F-4B3A-A363-66C69CE20F26}.Release|Mixed Platforms.Build.0 = Debug|.NET
		{4A916C52-D9A0-45D3-A97F-6D39819EE57D}.Debug|.NET.ActiveCfg = Debug|Any CPU
		{4A916C52-D9A0-45D3-A97F-6D39819EE57D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{4A916C52-D9A0-45D3-A97F-6D39819EE57D}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{4A916C52-D9A0-45D3-A97F-6D39819EE57D}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{4A916C52-D9A0-45D3-A97F-6D39819EE57D}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{4A916C52-D9A0-45D3-A97F-6D39819EE57D}.Release|.NET.ActiveCfg = Release|Any CPU
		{4A916C52-D9A0-45D3-A97F-6D39819EE57D}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{4A916C52-D9A0-45D3-A97F-6D39819EE57D}.Release|Any CPU.Build.0 = Release|Any CPU
		{4A916C52-D9A0-45D3-A97F-6D39819EE57D}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{4A916C52-D9A0-45D3-A97F-6D39819EE57D}.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 (Senior) NYCEDC
United States United States
Pramod has been a software developer for more than 6 years now mostly working on Ajax ASP.NET web applications.

Comments and Discussions