Posted on: 6/12/2015 7:05:00 AM | Views : 654

Hi all,
I developed a web service using asp.net web service class. When calling webservice in localmechine it works fine but when uploaded to production it is not working.
Localmechine Code:

<script>         $(document).ready(function () {             $('#btnReport').click(function () {                 var obj = { frmDate: $('#txtFrmDate').val(), toDate: $('#txtToDate').val() };             $.ajax({                 type: 'POST',                              &nb ...

Go to the complete details ...