Make sure you only call configure once in your applictaion, probably in the application_onstart method in your global.asax file. Otherwise, if you do it in say a page, then you are trying to re-register the channel(s).
HTH, Matt -----Original Message----- From: Marina Zlatkina To: [EMAIL PROTECTED] Sent: 4/18/02 12:19 PM Subject: Re: [DOTNET] Remoting Security So, by following one of the examples on MSDN (http://msdn.microsoft.com/library/default.asp?url=/library/en- us/cpguide/html/cpconremotingexamplehostinginiis.asp) , I was able to sort of get things working....until, I wanted to try using remoting from an asp.net page and not from a console app. In this case, calling RemotingConfiguration.Configure, using the same config file results in : Remoting configuration failed with the exception System.Runtime.Remoting.RemotingException: The channel http is already registered Does anyone know why? What needs to change to get this working? Thanks, Marina You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com. You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.