Dear Experts, i have a .NET remoting server app which runs on a comm server and i have a remoting client winapp which i can control mp3 playback on multiple soundcards. Now i would like to do the same thing on web based. using back the same codes as in my remoting client winapp. i got errors like -

System.Runtime.Remoting.RemotingException was unhandled by user code
Message="Attempt to redirect activation of type 'IAudio, App_Code.amdtefbr' which is already redirected."
Source="mscorlib"

How do i go about to call methods remotely from asp.net client? thanks for reading.