Click here to Skip to main content
15,886,518 members
Articles / Programming Languages / Forth.NET

ASP.NET WorkFlow with parameters

Rate me:
Please Sign up or sign in to vote.
1.86/5 (6 votes)
19 Dec 2006 41K   852   12  
Use workflows with parameters in asp.net

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WorkflowLibrary1", "WorkflowLibrary1\WorkflowLibrary1.csproj", "{24116662-FD77-4659-A8B2-315CCCAABA2E}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "C:\...\WebSite2\", "WebSite2\", "{12B8DE69-4CD8-4965-A5A8-BC2C6B072609}"
	ProjectSection(WebsiteProperties) = preProject
		ProjectReferences = "{24116662-FD77-4659-A8B2-315CCCAABA2E}|WorkflowLibrary1.dll;"
		Debug.AspNetCompiler.VirtualPath = "/WebSite2"
		Debug.AspNetCompiler.PhysicalPath = "WebSite2\"
		Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\WebSite2\"
		Debug.AspNetCompiler.Updateable = "true"
		Debug.AspNetCompiler.ForceOverwrite = "true"
		Debug.AspNetCompiler.FixedNames = "false"
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.VirtualPath = "/WebSite2"
		Release.AspNetCompiler.PhysicalPath = "WebSite2\"
		Release.AspNetCompiler.TargetPath = "PrecompiledWeb\WebSite2\"
		Release.AspNetCompiler.Updateable = "true"
		Release.AspNetCompiler.ForceOverwrite = "true"
		Release.AspNetCompiler.FixedNames = "false"
		Release.AspNetCompiler.Debug = "False"
		VWDPort = "1977"
	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
		{24116662-FD77-4659-A8B2-315CCCAABA2E}.Debug|.NET.ActiveCfg = Debug|Any CPU
		{24116662-FD77-4659-A8B2-315CCCAABA2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{24116662-FD77-4659-A8B2-315CCCAABA2E}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{24116662-FD77-4659-A8B2-315CCCAABA2E}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{24116662-FD77-4659-A8B2-315CCCAABA2E}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{24116662-FD77-4659-A8B2-315CCCAABA2E}.Release|.NET.ActiveCfg = Release|Any CPU
		{24116662-FD77-4659-A8B2-315CCCAABA2E}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{24116662-FD77-4659-A8B2-315CCCAABA2E}.Release|Any CPU.Build.0 = Release|Any CPU
		{24116662-FD77-4659-A8B2-315CCCAABA2E}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{24116662-FD77-4659-A8B2-315CCCAABA2E}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{12B8DE69-4CD8-4965-A5A8-BC2C6B072609}.Debug|.NET.ActiveCfg = Debug|.NET
		{12B8DE69-4CD8-4965-A5A8-BC2C6B072609}.Debug|.NET.Build.0 = Debug|.NET
		{12B8DE69-4CD8-4965-A5A8-BC2C6B072609}.Debug|Any CPU.ActiveCfg = Debug|.NET
		{12B8DE69-4CD8-4965-A5A8-BC2C6B072609}.Debug|Mixed Platforms.ActiveCfg = Debug|.NET
		{12B8DE69-4CD8-4965-A5A8-BC2C6B072609}.Debug|Mixed Platforms.Build.0 = Debug|.NET
		{12B8DE69-4CD8-4965-A5A8-BC2C6B072609}.Release|.NET.ActiveCfg = Debug|.NET
		{12B8DE69-4CD8-4965-A5A8-BC2C6B072609}.Release|.NET.Build.0 = Debug|.NET
		{12B8DE69-4CD8-4965-A5A8-BC2C6B072609}.Release|Any CPU.ActiveCfg = Debug|.NET
		{12B8DE69-4CD8-4965-A5A8-BC2C6B072609}.Release|Mixed Platforms.ActiveCfg = Debug|.NET
		{12B8DE69-4CD8-4965-A5A8-BC2C6B072609}.Release|Mixed Platforms.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
Argentina Argentina
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions