This question is locked. New answers and comments are not allowed.
Hello,
I don't know why et just can't find any clue here and there about this problem.
I need your help, please.
Here is my call:
<%Html.Telerik().ScriptRegistrar().Globalization(true).Render();%>
It's working in local:
But not in production:
Web.config are the same.
Best regards,
Paul
I don't know why et just can't find any clue here and there about this problem.
I need your help, please.
Here is my call:
<%Html.Telerik().ScriptRegistrar().Globalization(true).Render();%>
It's working in local:
<script type="text/javascript" src="/Content/Scripts/Lib/Telerik/telerik.common.min.js"></script>
<script type="text/javascript" src="/Content/Scripts/Lib/Telerik/telerik.textbox.min.js"></script> <script type="text/javascript" src="/Content/Scripts/Lib/Telerik/telerik.calendar.min.js"></script> <script type="text/javascript" src="/Content/Scripts/Lib/Telerik/telerik.datepicker.min.js"></script> <script type="text/javascript" src="/Content/Scripts/Lib/Telerik/telerik.grid.min.js"></script>
But not in production:
<script type="text/javascript" src="/Content/Scripts/Lib/Telerik/telerik.common.js"></script> <script type="text/javascript" src="/Content/Scripts/Lib/Telerik/telerik.textbox.js"></script> <script type="text/javascript" src="/Content/Scripts/Lib/Telerik/telerik.calendar.js"></script> <script type="text/javascript" src="/Content/Scripts/Lib/Telerik/telerik.datepicker.js"></script> <script type="text/javascript" src="/Content/Scripts/Lib/Telerik/telerik.grid.js"></script>
Web.config are the same.
Best regards,
Paul