function GetSiteRootPath()
{
	//Portal system with a WebApp-config.
	//The path and name of this IIS-WebApp, and no end-slash!
	return "";

	//Portal system with a WebSite-config, 
	//return an empty string (no path)
	//return "";
}
