web-service access problem
-
Hi I have a web-service which is created in VC++ 8, I only have the .wsdl file of that web-service along with some .dll files. For my local pc, i did access the web-service successfully by creating the virtual directory. But when i try to access that web-service from a different pc on the network, i can not access it. I get the connection time-out error, or the page can not be displayed error. I also shared the folder in which web-service is residing but still this solution couldn't solve my problem. Can anybody suggest any solution to access that web-service??? Regards
sAqIb "Our scientific power has outrun our spiritual power. We have guided missiles and misguided men." Dr. Martin Luther King Jr.
-
Hi I have a web-service which is created in VC++ 8, I only have the .wsdl file of that web-service along with some .dll files. For my local pc, i did access the web-service successfully by creating the virtual directory. But when i try to access that web-service from a different pc on the network, i can not access it. I get the connection time-out error, or the page can not be displayed error. I also shared the folder in which web-service is residing but still this solution couldn't solve my problem. Can anybody suggest any solution to access that web-service??? Regards
sAqIb "Our scientific power has outrun our spiritual power. We have guided missiles and misguided men." Dr. Martin Luther King Jr.
Go to the project in inetmgr and rightclick-> Properties -> Directory Security tab-> Under Authentication and access control section click edit and check the enable anonymous access.
-
Go to the project in inetmgr and rightclick-> Properties -> Directory Security tab-> Under Authentication and access control section click edit and check the enable anonymous access.