In my MVC application I'm using application root "~". ("~/Content/cssBundle", "~/Scripts/scriptsBundle", "~/Content/img" etc.)
Is it possible to replace application root with absolute path (hardcode url)? ex: ("abc.site.com/Content/cssBundle", "abc.site.com/Scripts/scriptsBundle", "abc.site.com/Content/img" etc.)