I have a MVC web application and most of its data transfer through webapi controller. It works fine in IIS local server but it does not work in cloud server(SmarterASP.net). I have leased a space from smarterasp.net and it gives me numerous errors. Few of them are as follows
Could anyone tell me how to fix these errors?
My Jquery links are as follows
<script src="@Url.Content("~/Content/js/jquery-1.10.2.js")"></script>
<script src="@Url.Content("~/Content/js/jquery-ui.js")"></script>