JQuery AJAX with Scriptmanager

Discussion in 'HTML / PHP / JavaScript / CSS' started by David, Apr 16, 2009.

  1. I am trying to use ajax with asp.net and JQuery but the javascript gives me an error when the page is run through IIS but not when I debug. I am using the <asp:ScriptManager> and using jquery-1.3.1.js as the path for asp:ScriptReference and Service.svc as the asp:ServiceReference

    Service.svc calls an object in my app_code folder called Service.cs.

    I dont get why I can run this code without a problem when debugging but putting th code on production doesnt work.
     
  2. mjp

    mjp

  3. Thanks for the help and the link I will definatley take a look at it.
     

Share This Page