Hello all,
I've been working on an intranet project where i'm using asmx web service as the DAL, and consuming them on aspx and htm pages via jQuery.
On my development machine everything runs perfectly. When i deploy the app on production server i can't access the web service. I tried to access the web service directly via http like so http://productionserver/myproject/DataService.asmx
, but that also didn't help, nothing worked.
I'm using .net 3.5. Ohter apps on the server are working fine.
Please help.