We have implemented the load balancing among two servers. The same code is running on all servers. In our code we are trying to call the static method of System. Security using clrObjects.staticCall.
Now the problem is, when request goes to our first server then everything works fine, and when it goes to other server it gives the Exception: "clrObject static method invocation error".