This question is locked. New answers and comments are not allowed.
The ScriptRegistrar fails to recognize network-path references (aka "protocol relative urls"):
.jQuery(false)
.DefaultGroup(group =>
group.Add("//ajax.aspnetcdn.com/ajax/jQuery/jquery-1.5.2.min.js"))
Results in a System.IO.FileNotFoundException error:
Specified file does not exist: "~/Scripts//ajax.aspnetcdn.com/ajax/jQuery/jquery-1.5.2.min.js".
Html.Telerik()
.ScriptRegistrar().jQuery(false)
.DefaultGroup(group =>
group.Add("//ajax.aspnetcdn.com/ajax/jQuery/jquery-1.5.2.min.js"))
Results in a System.IO.FileNotFoundException error:
Specified file does not exist: "~/Scripts//ajax.aspnetcdn.com/ajax/jQuery/jquery-1.5.2.min.js".