开发者

which system memory is used when c# win application is running through network?

My question is :

Which system memory is being used by the c# windows form, when it is running on the network through remote desktop when they are connected by LAN. The server memory or the client memory?

I need to know this because i want to store the login details of the users tha开发者_JAVA百科t are presently working on the application both from server end and the client end, in a public class. Basically, performing some sort of session management in windows form.

The OS for both the client and server is : WINDOWS SEVER 2003 (that means the sever is not logged off when the client connects remotely to it, it works normal, if i'am right).

Thanks in advance!


RDP only transfers an image of the screen. All of your application runs in the server's memory. If you want a client - server architecture, you need to divide your application into a client part and a server part.


If via remote desktop, then everythig is at the server, except for the RDP client (typically mstsc.exe).

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜