when i hit a service using localhost the application run properly but when i hit it with IIS it doesnot reach to that service code
code run properly when hit with localhost .. similarly when use iis , it doesnot even hit the service
1.var urlreport = "http://localhost:57451/Service1.svc/"; 2.var urlreport = "http://206.19.38.20/report/Service1.svc/";
when the first link use to hit the service application run properly .. problem occur when i use 2nd link(2).
thanks in advance .