.Net Remoting

.Net Remoting

Our testing application calls remoting services and I want to get test coverage for the remote assemblies being called.

Is this possible and if so how?


RE: .Net Remoting

You would need to run NCover on Both machines if you would like to obtain coverage for all of the code. You could then merge the two coverage files together.

Joe Feser