David
04-16-2009, 12:13 PM
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.
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.