Over 500 ASP.NET 3.5 Interview Questions with Answers of DOT NET including ASP.NET,dotnet interview questions,Visual stdio 2008,download free e-book.
Which config file has all the supported channels/protocol ?
Machine.config file has all the supported channels and formatter supported by .NET remoting.Machine.config file can be found at “C:\WINDOWS\Microsoft.NET\Framework\vXXXXX\CONFIG” path.Find element in the Machine.config file which has the channels and the formatters.Below is a figure shown which can give a clear idea of how the file looks like.