Hello,
We have a .Net 1.1. web service installed on a win 2k box. The server has 2 IIS sites (both sites are pointing to different IP addresses) and both of these IIS sites have a asp.net 1.1. website and web service installed on them.
The web service on the second IIS site fails to work. When invoking the web methods from a web browser it returns a "?" and IIS logs a 500 error. Initially I thought this must be a web service problem (though the web service works fine on dev and test environments) but I later realised that the first IIS site already has a web service installed, and that works fine, so I decided to move the web service that was causing the errors to the first IIS site. It works when it's on the first IIS site!! Unfortunately I need it on the other site (ip address). :(
I'm presuming the problem is with one of the configurations of the IIS site but I don't know what could cause this problem. All the settings also seem correct - the configuration on the home directory is the same as the first site. Anybody got any ideas on how to fix this problem? Any help would be much appreciated.
Thanks
Sidharth