murugamsm / xmlrpcnet

Automatically exported from code.google.com/p/xmlrpcnet
0 stars 0 forks source link

Problem in hosting XML-RPC service on Windows server 2003 #84

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.The example of math.rem available on official site is really a good example. 
I am using Windows server 2003 for hosting XML-RPC service. but i am not able 
to host my services published in IIS. I followed the steps given on site to do 
this. Its working fine with windows 7 and windows XP. Can you please elaborate 
the steps to use XML-RPC service on Windows Server 2003.

What is the expected output? What do you see instead?
Expected output was the page showing the prototype of methods exposed by 
services. and I got this error System.Runtime.Remoting.RemotingException: 
Requested Service not found".

Can any one please help me on this. I surfed many sites to find the reason but 
i haven't got any useful stuff yet. 

Original issue reported on code.google.com by deepak.d...@gmail.com on 22 Feb 2011 at 4:35

GoogleCodeExporter commented 8 years ago
One more thing i would like to share that i have installed .net 4.0 framework 
also on my computer

Original comment by deepak.d...@gmail.com on 22 Feb 2011 at 5:15

GoogleCodeExporter commented 8 years ago
Most likely a configuration issue. 

Original comment by ChasC...@gmail.com on 6 Mar 2011 at 10:28