im new to remoting and i was wondering is someone here could clarify this for me.
With the server setup as SingleCall and your business logic located on the server.
BusinessLogicmanager EntityManager = new "rest of code here"
With each call to say EntityManger.GetAllEntities(), would that create a new entitymanager even though i already initiated it?
So if i call GetAllEntities 5 times using the Same EntityManger Object on the client , it would create 5 different BusinessLogicmanager object instances on the server?