Issue running remoting server

  • Thread starter Thread starter mark
  • Start date Start date
M

mark

I am trying to do some samples from a book but I can't
seem to run the remoting server.

I type this in the web browser:
http://localhost/testservice/testserver/testserver.rem?wsdl

I am suppose to get the web service definition lang but I
receive this message:
System.Runtime.Remoting.RemotingException: Requested
Service not found

Is there another service I need to turn on?

Thanks in advance.
 
Hi,

Ensure the IIS is up and running, the default web site is running and that
you have configured your remoting server properly. It's most likely a
misconfiguration problem.
 
Back
Top