Click here to Skip to main content
15,889,266 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi all,

I have a WebService that is accessed by a remote (or even local!) c# program, that simply runs a remote function, sending it some parameters.
Recently, we moved to another office and thus to another Domain, and got all new IPs, etc. After the move, my WebService stopped working...

I have tried to access the WebService from the same computer, locally, just to make things simple.

I have redefined the IIS WebService from scratch, and the certificates it uses, and tried all sorts of permission things, and still no go.

Right now what happens is the WebService gives the right response if I "browse" through the InetMgr window (or explorer) to https://localhost/Service/Service.asmx[^]
but I get nothing if I go to the direct link: https://www.websitename.co.il:4433/[^]
or through the program itself...

I am pretty sure it is something to do with permissions to access the IIS, that I'm overlooking or am not aware of...

Any Experts on the matter\People who encountered similar problems?
I would appreciate any help.

thx,
Ron.
Posted

1 solution

If you have gotten new IPs, have you updated the DNS entry for www.websitename.co.il so that it points to the new IP of the host?
 
Share this answer
 
Comments
Ron Anoshi 12-Jan-12 16:04pm    
I've entered to the hosts file:
127.0.0.1 www.websitename.com
so there is ping there...what else should I have done?
sysadmin said the ports are open and all that...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900