I am learning the .net remoting technology lately.I have made a distributed winForm application . but I don't know how to configure a webForm distributed application base on IIS.If you can help me or give some material . And I want to know the details about Remoting. Thanks!

Please tell me where can I get a code example about Web distributed application.
Bong Lee
Personally I would recommend getting Ingo Rammer's book on .NET Remoting published by APress. The latest version of the book covers .NET 2.0 too!
Doug Holland, Visual C# MVP
nathan l
Actually I believe the latest version is the 2nd edition.
- Doug
Dave Kulick
I loudly second that!
Is the third edition out
JavierSc
BigBoy, I also recommend Ingo's book -- it's a good one.
As for online resources, we have a sample in the documentation that demonstrates how to configure a Remoting service in IIS: http://windowssdk.msdn.microsoft.com/library/default.asp url=/library/en-us/dv_fxremoting/html/606c5688-ed0b-432e-9c57-27cf68f8ce39.asp.
Cheers,
JJustice [MSFT]
Scott Ramuno
still worth it.
Yeah I was knocking the microsoft press remoting book. Rammers is "lets get to it", then MS Press one is more behind the scenes and isn't as bad as I thought. Its pretty good as a supplement to Rammer. But definitely get Rammer.
Frank Laszlo
Unfortunately, Ingo's book does not completely cover remoting 2.0. The app.config paramaters have changed and I have been unable to sort them all out. I am still trying. Most of the samples are written for 1.1. I have not seen a good sample for connecting an ASP app to a remote server, and that is just what I need. There are a lot of simple samples out there but not for ASP type clients. Tiz a puzzle!!!!!
If anyone can help get the connection working, i would appreciate an answer. The plumbing part of programming has always been a hassel.