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

WCF Transport Layer Security using wsHttpBinding and SSL

Rate me:
Please Sign up or sign in to vote.
2.58/5 (8 votes)
3 May 2007CPOL3 min read 227.9K   41  
WCF Webservice on IIS6.0 using SSL

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestService", "TestService\TestService.csproj", "{BDBB8999-BC6D-4CF2-ABCB-660D66925913}"
	ProjectSection(WebsiteProperties) = preProject
		Debug.AspNetCompiler.VirtualPath = "/TestService"
		Debug.AspNetCompiler.PhysicalPath = "TestService\"
		Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\TestService\"
		Debug.AspNetCompiler.Updateable = "true"
		Debug.AspNetCompiler.ForceOverwrite = "true"
		Debug.AspNetCompiler.FixedNames = "false"
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.VirtualPath = "/TestService"
		Release.AspNetCompiler.PhysicalPath = "TestService\"
		Release.AspNetCompiler.TargetPath = "PrecompiledWeb\TestService\"
		Release.AspNetCompiler.Updateable = "true"
		Release.AspNetCompiler.ForceOverwrite = "true"
		Release.AspNetCompiler.FixedNames = "false"
		Release.AspNetCompiler.Debug = "False"
		VWDPort = "1221"
	EndProjectSection
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "C:\...\WCFSSL\", "WCFSSL\", "{A6B702DD-0317-4356-920F-2BCD0B644DF2}"
	ProjectSection(WebsiteProperties) = preProject
		Debug.AspNetCompiler.VirtualPath = "/WCFSSL"
		Debug.AspNetCompiler.PhysicalPath = "WCFSSL\"
		Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\WCFSSL\"
		Debug.AspNetCompiler.Updateable = "true"
		Debug.AspNetCompiler.ForceOverwrite = "true"
		Debug.AspNetCompiler.FixedNames = "false"
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.VirtualPath = "/WCFSSL"
		Release.AspNetCompiler.PhysicalPath = "WCFSSL\"
		Release.AspNetCompiler.TargetPath = "PrecompiledWeb\WCFSSL\"
		Release.AspNetCompiler.Updateable = "true"
		Release.AspNetCompiler.ForceOverwrite = "true"
		Release.AspNetCompiler.FixedNames = "false"
		Release.AspNetCompiler.Debug = "False"
		VWDPort = "1224"
	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
		{BDBB8999-BC6D-4CF2-ABCB-660D66925913}.Debug|.NET.ActiveCfg = Debug|Any CPU
		{BDBB8999-BC6D-4CF2-ABCB-660D66925913}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{BDBB8999-BC6D-4CF2-ABCB-660D66925913}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{BDBB8999-BC6D-4CF2-ABCB-660D66925913}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{BDBB8999-BC6D-4CF2-ABCB-660D66925913}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{BDBB8999-BC6D-4CF2-ABCB-660D66925913}.Release|.NET.ActiveCfg = Release|Any CPU
		{BDBB8999-BC6D-4CF2-ABCB-660D66925913}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{BDBB8999-BC6D-4CF2-ABCB-660D66925913}.Release|Any CPU.Build.0 = Release|Any CPU
		{BDBB8999-BC6D-4CF2-ABCB-660D66925913}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{BDBB8999-BC6D-4CF2-ABCB-660D66925913}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{A6B702DD-0317-4356-920F-2BCD0B644DF2}.Debug|.NET.ActiveCfg = Debug|.NET
		{A6B702DD-0317-4356-920F-2BCD0B644DF2}.Debug|.NET.Build.0 = Debug|.NET
		{A6B702DD-0317-4356-920F-2BCD0B644DF2}.Debug|Any CPU.ActiveCfg = Debug|.NET
		{A6B702DD-0317-4356-920F-2BCD0B644DF2}.Debug|Mixed Platforms.ActiveCfg = Debug|.NET
		{A6B702DD-0317-4356-920F-2BCD0B644DF2}.Debug|Mixed Platforms.Build.0 = Debug|.NET
		{A6B702DD-0317-4356-920F-2BCD0B644DF2}.Release|.NET.ActiveCfg = Debug|.NET
		{A6B702DD-0317-4356-920F-2BCD0B644DF2}.Release|.NET.Build.0 = Debug|.NET
		{A6B702DD-0317-4356-920F-2BCD0B644DF2}.Release|Any CPU.ActiveCfg = Debug|.NET
		{A6B702DD-0317-4356-920F-2BCD0B644DF2}.Release|Mixed Platforms.ActiveCfg = Debug|.NET
		{A6B702DD-0317-4356-920F-2BCD0B644DF2}.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
Software Developer (Senior) Rovi Corporation
United States United States
Working on web services , Web services security , SAML2.0,WSE, WCF and Asp.net Ajax Applications .

Comments and Discussions