I am working with a MVC 3 application and whenever I follow the steps in the documentation I get a 404 access denied error.
http://help.infragistics.com/NetAdvantage/jQuery/Current/CLR4.0
Does anyone have any advice on the proper way to access this?
Thanks
That was it, Thank you.
Hi jagwynn,
try to change the links as follows:
http://cdn-na.infragistics.com/jquery/xxxxx/yyyy/
where xxxxx is the version number 20112 (version 11.2) and yyyy is number of the latest service release 2045
<link href="@Url.Content("http://cdn-na.infragistics.com/jquery/20112/2045/themes/min/ig/jquery.ui.custom.min.css")" rel="stylesheet" type="text/css" /> <link href="@Url.Content("http://cdn-na.infragistics.com/jquery/20112/2045/themes/min/base/ig.ui.min.css")" rel="stylesheet" type="text/css" /> <script src="@Url.Content("https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js")" type="text/javascript"></script> <script src="@Url.Content("https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/jquery-ui.min.js")" type="text/javascript"></script> <script src="@Url.Content("http://cdn-na.infragistics.com/jquery/20112/2045/js/combined/min/ig.ui.min.js")" type="text/javascript"></script>
<link href="@Url.Content("http://cdn-na.infragistics.com/jquery/20112/2045/themes/min/ig/jquery.ui.custom.min.css")" rel="stylesheet" type="text/css" />
<link href="@Url.Content("http://cdn-na.infragistics.com/jquery/20112/2045/themes/min/base/ig.ui.min.css")" rel="stylesheet" type="text/css" />
<script src="@Url.Content("https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js")" type="text/javascript"></script>
<script src="@Url.Content("https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/jquery-ui.min.js")" type="text/javascript"></script>
<script src="@Url.Content("http://cdn-na.infragistics.com/jquery/20112/2045/js/combined/min/ig.ui.min.js")" type="text/javascript"></script>