Hi Marina, > I called it only once in the page, but now realize I need to shut down > asp.net every time i reload the page in order to debug...what > a pain...
No you don't have to! Just put the call to remotingconfiguration.configure() in the global.asax's method Application_Start() ... this will solve your problem and you don't have to restart ASP all the time ;-) Just trying to relieve the pain, ;-) -Ingo Author of "Advanced .NET Remoting" http://www.dotnetremoting.cc You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.