c# - Remoting. How to make code run just on server side -


i not familiar remoting.

1) have winform client/server application. c# 3.5
2) using 3rd api in application.

do configuration issues api. (i can't read dll.config files client side)

i keep execution of code server side, can work.

even though have code server side it's still erroring out looking dll.config calling client.

how can make client request have run on server?


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -