Click here to Skip to main content
15,892,005 members
Articles / Web Development / IIS

BooProd.Core - Context sensitive URL

Rate me:
Please Sign up or sign in to vote.
3.80/5 (3 votes)
22 Dec 20047 min read 47.7K   22  
Helps you create context sensitive dynamic URLs: dynamically computed URLs, depending on which server the page is generated on.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BooProd.Core", "BooProd.Core\BooProd.Core.csproj", "{7415468F-4E54-4B49-B7D4-6858BDCB5496}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BooProd.Core.TestDynURL", "http://localhost/BooProd.Core.TestDynURL/BooProd.Core.TestDynURL.csproj", "{4D1CB572-06A1-4A5C-B7F1-F5831436369E}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{7415468F-4E54-4B49-B7D4-6858BDCB5496}.Debug.ActiveCfg = Debug|.NET
		{7415468F-4E54-4B49-B7D4-6858BDCB5496}.Debug.Build.0 = Debug|.NET
		{7415468F-4E54-4B49-B7D4-6858BDCB5496}.Release.ActiveCfg = Release|.NET
		{7415468F-4E54-4B49-B7D4-6858BDCB5496}.Release.Build.0 = Release|.NET
		{4D1CB572-06A1-4A5C-B7F1-F5831436369E}.Debug.ActiveCfg = Debug|.NET
		{4D1CB572-06A1-4A5C-B7F1-F5831436369E}.Debug.Build.0 = Debug|.NET
		{4D1CB572-06A1-4A5C-B7F1-F5831436369E}.Release.ActiveCfg = Release|.NET
		{4D1CB572-06A1-4A5C-B7F1-F5831436369E}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	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
France France
I work on a leading European telecom provider regarding on-line real time account management for B2B and B2C customers. Before this position, I worked in one of the leading European council providers of economic forecasts analyses.

I jump into software development in 1985 and never stop! I work with a lot of systems like Apple, NeXT, Unix, Windows. I develop with a lot of languages like Assembler, Pascal, C, C++, Java and C#. I play with databases like Oracle and SQL Server. I love networks and like to make systems working and cooperate themselves.

I'm very interested in MAS: Multi Agent System and really hope that computer will be human in the future. I work on BDI architecture extensions on this purpose, but this is the project of my life!

Comments and Discussions