A
ad
I have a virtual which is a web service.
When I use the IP to get the web service, it return a access denied message:
http://xxx.xxx.xxx.xxx/HealthService/Service.asmx
but if I use local host, it is ok
http://localhost/HealthService/Service.asmx
I have set the virtual directory to allow anonymous. Why it still can't be
accessed?
When I use the IP to get the web service, it return a access denied message:
http://xxx.xxx.xxx.xxx/HealthService/Service.asmx
but if I use local host, it is ok
http://localhost/HealthService/Service.asmx
I have set the virtual directory to allow anonymous. Why it still can't be
accessed?