I have the following Jquery functionality which works in my local machine using visual studio 2010.
When I deploy the asp.net web application to iis, the website loads but all the jwuery functionality doesn’t work. I have the following reference in my aspx file
justin9
Member
67 Points
123 Posts
Unable to load Jquery files in IIS
Mar 01, 2012 03:44 PM|LINK
Hi,
I have the following Jquery functionality which works in my local machine using visual studio 2010.
When I deploy the asp.net web application to iis, the website loads but all the jwuery functionality doesn’t work. I have the following reference in my aspx file
<script type="text/javascript" src="../Scripts/jquery/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="../Scripts/jquery/jquery.autocomplete.js"></script>
<script type="text/javascript" src="../Scripts/jquery/jquery.validate.js"></script>
<script type="text/javascript" src="../Scripts/jquery/jquery.maskedinput.js"></script>
<script type="text/javascript" src="../Scripts/Util.js"></script>
Can you please let me know what im doing wrong here.
Im using iis 7.5
Do I need to configure anything additional for this
Thanks
Justin