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

Session Vizualizer for Visual Studio 2005

Rate me:
Please Sign up or sign in to vote.
5.00/5 (10 votes)
29 Nov 2008CPOL2 min read 25.2K   208   26  
Debug tool for analyzing Session content in web applications.

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SessionVisualizer", "SessionVisualizer\SessionVisualizer.csproj", "{7726F10D-C7A9-44DD-BAE3-00EAD60742D7}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "D:\...\TestWebSite\", "TestWebSite\", "{51D40447-D6C9-4124-B779-8641CE0E5E1B}"
	ProjectSection(WebsiteProperties) = preProject
		Debug.AspNetCompiler.VirtualPath = "/TestWebSite"
		Debug.AspNetCompiler.PhysicalPath = "TestWebSite\"
		Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\TestWebSite\"
		Debug.AspNetCompiler.Updateable = "true"
		Debug.AspNetCompiler.ForceOverwrite = "true"
		Debug.AspNetCompiler.FixedNames = "false"
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.VirtualPath = "/TestWebSite"
		Release.AspNetCompiler.PhysicalPath = "TestWebSite\"
		Release.AspNetCompiler.TargetPath = "PrecompiledWeb\TestWebSite\"
		Release.AspNetCompiler.Updateable = "true"
		Release.AspNetCompiler.ForceOverwrite = "true"
		Release.AspNetCompiler.FixedNames = "false"
		Release.AspNetCompiler.Debug = "False"
		VWDPort = "1062"
		DefaultWebSiteLanguage = "Visual C#"
	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
		{7726F10D-C7A9-44DD-BAE3-00EAD60742D7}.Debug|.NET.ActiveCfg = Debug|Any CPU
		{7726F10D-C7A9-44DD-BAE3-00EAD60742D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{7726F10D-C7A9-44DD-BAE3-00EAD60742D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{7726F10D-C7A9-44DD-BAE3-00EAD60742D7}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{7726F10D-C7A9-44DD-BAE3-00EAD60742D7}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{7726F10D-C7A9-44DD-BAE3-00EAD60742D7}.Release|.NET.ActiveCfg = Release|Any CPU
		{7726F10D-C7A9-44DD-BAE3-00EAD60742D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{7726F10D-C7A9-44DD-BAE3-00EAD60742D7}.Release|Any CPU.Build.0 = Release|Any CPU
		{7726F10D-C7A9-44DD-BAE3-00EAD60742D7}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{7726F10D-C7A9-44DD-BAE3-00EAD60742D7}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{51D40447-D6C9-4124-B779-8641CE0E5E1B}.Debug|.NET.ActiveCfg = Debug|.NET
		{51D40447-D6C9-4124-B779-8641CE0E5E1B}.Debug|.NET.Build.0 = Debug|.NET
		{51D40447-D6C9-4124-B779-8641CE0E5E1B}.Debug|Any CPU.ActiveCfg = Debug|.NET
		{51D40447-D6C9-4124-B779-8641CE0E5E1B}.Debug|Mixed Platforms.ActiveCfg = Debug|.NET
		{51D40447-D6C9-4124-B779-8641CE0E5E1B}.Debug|Mixed Platforms.Build.0 = Debug|.NET
		{51D40447-D6C9-4124-B779-8641CE0E5E1B}.Release|.NET.ActiveCfg = Debug|.NET
		{51D40447-D6C9-4124-B779-8641CE0E5E1B}.Release|.NET.Build.0 = Debug|.NET
		{51D40447-D6C9-4124-B779-8641CE0E5E1B}.Release|Any CPU.ActiveCfg = Debug|.NET
		{51D40447-D6C9-4124-B779-8641CE0E5E1B}.Release|Mixed Platforms.ActiveCfg = Debug|.NET
		{51D40447-D6C9-4124-B779-8641CE0E5E1B}.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, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
Romania Romania
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions