Answer(s)
- client application must connect to a .NET Framework remoting class that is running in aWindows service that is deployed to a computer named APPSERVER1. The class is namedSimpleMathClass and it exists within a namespace named SimpleMath in an assembly namedSimpleMathLib. It is exposed through the TCP and it is configured with the objectUri attribute settoSimpleMath.rem. You write the following XML configuration settings in the App.config file of theclientapplication. You need to ensure that the client application can connect to the remoting class. What should youdo?A. Add the following XML configuration settings to the application element of the clientapplication'sApp.config file.
- Add the following XML configuration settings to the application element of the clientapplication'sApp.config file.
- Add the following XML configuration settings to the application element of the clientapplication'sApp.config file.
- Add the following XML configuration settings to the application element of the clientapplication'sApp.config file.
Correct Answer Add the following XML configuration settings to the application element of the clientapplication'sApp.config file.