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

Create database in sql server using asp.net with C# (VS2005)

Rate me:
Please Sign up or sign in to vote.
3.00/5 (3 votes)
5 Oct 20062 min read 82.6K   1.5K   30  
Create database in sql server using asp.net with C# (VS2005)

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "E:\SqlDatabase\", ".", "{A8F04839-CA3C-444C-9950-FF334E8F7C8A}"
	ProjectSection(WebsiteProperties) = preProject
		Debug.AspNetCompiler.VirtualPath = "/SqlDatabase"
		Debug.AspNetCompiler.PhysicalPath = "E:\SqlDatabase\"
		Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\SqlDatabase\"
		Debug.AspNetCompiler.Updateable = "true"
		Debug.AspNetCompiler.ForceOverwrite = "true"
		Debug.AspNetCompiler.FixedNames = "false"
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.VirtualPath = "/SqlDatabase"
		Release.AspNetCompiler.PhysicalPath = "E:\SqlDatabase\"
		Release.AspNetCompiler.TargetPath = "PrecompiledWeb\SqlDatabase\"
		Release.AspNetCompiler.Updateable = "true"
		Release.AspNetCompiler.ForceOverwrite = "true"
		Release.AspNetCompiler.FixedNames = "false"
		Release.AspNetCompiler.Debug = "False"
		VWDPort = "1343"
		DefaultWebSiteLanguage = "Visual C#"
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|.NET = Debug|.NET
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{A8F04839-CA3C-444C-9950-FF334E8F7C8A}.Debug|.NET.ActiveCfg = Debug|.NET
		{A8F04839-CA3C-444C-9950-FF334E8F7C8A}.Debug|.NET.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
Web Developer
India India
I'm Joshy George.I finished my Post Graduation in Computer Application,i'm from the great 'Gods Own Country', Kerala, India. Now I'm working in Infopark Kochin, as a Sr.software Engineer.my specialised areas are C# ,Asp.Net ,Vb6,smart card application,Tapii,Comm ctrls.

Comments and Discussions