Hi,
I have an issue with my webservice that I just published on IIS 6. This is just for test purposes.
Webservice settings:
<authentication mode="None"/>
.
.
.
.
<security>
<authentication>
<anonymousAuthentication enabled="true"/>
</authentication>
</security>
IIS Settings:
I have a designated account for this matter called realtime, and I added this account to the permissions under the webservice. In addition, I checked only enable anonymous access with the same user name and password.
So far, everything works on the server itself, I can send a value and get a response through the web browser. Now, when I try it from a different computer, I get the results below plus I get the windows ...
Go to the complete details ...