Portfolio Project
Carnival/Project File/Carnival.png
Carnival/Project File/Default.aspx
| Brookfield Carnival |
| Come Join us on July 4th for our annual carnival. Buy a $10 ticket and get unlimited rides and a chance to win a grand prize of $500. There will be games and food. At 9 PM the fireworks show will begin. Dont't miss it! |
| Sam Jenkins |
| Brookfield City Manager |
Carnival/Project File/Default.aspx.vb
Partial Class _Default Inherits System.Web.UI.Page Protected Sub Page_Load(sender As Object, e As EventArgs) Handles Me.Load End Sub End Class
Carnival/Project File/Web.config
Carnival/Solution_file/Carnival.sln
Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2012 Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "Carnival", "http://localhost:5206", "{952F0A66-F466-4B11-AFC4-F4BF2D21D411}" ProjectSection(WebsiteProperties) = preProject UseIISExpress = "true" TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0" Debug.AspNetCompiler.VirtualPath = "/localhost_5206" Debug.AspNetCompiler.PhysicalPath = "..\..\..\..\Desktop\Avdhesh Sir Work\Carnival\" Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_5206\" Debug.AspNetCompiler.Updateable = "true" Debug.AspNetCompiler.ForceOverwrite = "true" Debug.AspNetCompiler.FixedNames = "false" Debug.AspNetCompiler.Debug = "True" Release.AspNetCompiler.VirtualPath = "/localhost_5206" Release.AspNetCompiler.PhysicalPath = "..\..\..\..\Desktop\Avdhesh Sir Work\Carnival\" Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_5206\" Release.AspNetCompiler.Updateable = "true" Release.AspNetCompiler.ForceOverwrite = "true" Release.AspNetCompiler.FixedNames = "false" Release.AspNetCompiler.Debug = "False" SlnRelativePath = "..\..\..\..\Desktop\Avdhesh Sir Work\Carnival\" DefaultWebSiteLanguage = "Visual Basic" EndProjectSection EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {952F0A66-F466-4B11-AFC4-F4BF2D21D411}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {952F0A66-F466-4B11-AFC4-F4BF2D21D411}.Debug|Any CPU.Build.0 = Debug|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection EndGlobal