views:

66

answers:

2

I have an ASP.Net web application, which interacts with .Net Remoting application server. As part of this is it possible to place Remoting Client Configuration in Web.config file? If so, how it can be done?

+3  A: 

Yes you can place it in the Web.config.

Have a look at Configure .NET Remoting When the Remoting Client Is an ASP.NET

and ASP.NET Configuration Web.Config Files Elements

astander
A: 

Here is proof that it can be done.

Andy West