Loading ...

jquery not working in asp.net portal

jquery not working in asp.net portal

Posted in: ASP.NET Topics  »  ASP.NET AJAX
Subscribe to RSS
  • prn2104

    jquery was working fine when it was run on localhost.But it is not working when it has hosted on iis..

    links  to jquery  css,js files are correct..

     list of files ..

    1.jquery-ui-1.8.7.custom

    2.jquery-1.4.4.min

    3.jquery-ui-1.8.7.custom.min

      

     

     

     

    Please Help me..

    Thanx in Advance

     
  •   Answered
    hajan

    Hi,

    Try to confirm if you can access the script files using the URL to the Virtual Directory in your IIS.

    i.e. http://localhost/VirtualDirectoryWebSiteName/<Path-To-The-Script>.js

    If you can, everything should be ok.

    In addition, check in your HTML source code generated on client side what you have in your <script src="..." and try to  access it through URL. If you have Firebug for Mozilla Firefox, you can easily see if the scripts are loaded correctly or not. If not, the Firebug will tell you.

    Check this and reply again.

    Regards,
    Hajan

       
    Don't forget to Mark As Answer the answers that helped you solve your issue
     
  • vikramrandhawa

    This is due to the server permissions ...because by default server all permissions are not available..

    So change the settings of the server for enabling the permissions of the server.

     
  • Page 1 of 1 (3 items)