i have built a clientServer application ( C# and VS 2008 ) for a LAN network consist of several PCs . it's working fine .
now we have a network consist of a server and thin clients . i 开发者_如何学编程do have no idea where and how to install my client application to work correctly .
any idea ?
Thin clients will connect to a server running terminal services. You will need to install your client program on that server (or servers). It's been a long since I had to play with terminal services for this, but back then when installing software for use with thin clients you also wanted to make sure you used the option to install a program from the Add/Remove Programs control panel applet.
Install your app on the server and test it out from the clients. In most costs the should work correctly.
If you're using Terminal Server then be sure to install the app using the Terminal Server Install Application on Terminal Server tool to make sure any reg entries etc are set-up correctly for a multi user machine. For earlier versions of Windows the preferred install route was via Add or Remove Programs.
精彩评论