7
Answers

Web Service Run on Localhost But not in IP Address

Dear all
 
 
My web service run on Local Host But Not  With IP Address .Give Me Some Suggestion to do this
 
Work Fine:
 
url: 'http://localhost:5038/GetJSONservice.asmx/GetCatagoryByOWA',
 
Not Working:
 
url: 'http://192.168.12.101/GetJSONservice.asmx/GetCatagoryByOWA',

Answers (7)