Web Service Reference Issue
When I try to refer to my Web Service that I just deployed to a different server from my windows app, this is the error I got
There was an error downloading 'http://10.0.1.16/WebService1/service1.asmx'.
The request failed with the error message:
--
<html>
<head>
<title>Runtime Error</title>
<style>
body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}
p {font-family:"Verdana";font-
I have also deployed the same web service on my local machine with the same MSI installer, I have no problem pulling the web service in this way. Can anyone shed light on this? Any help is greatly appreciated.
Bear
|