Problems executing aplication remotely

  • Thread starter Thread starter Emilio
  • Start date Start date
E

Emilio

I have an aplication in WK3 and Terminal server. I can
access remotely very well as user Administrator, but when
try to access like other normal user, some controls like
datagrid or datacombos (I developed mi aplication using
VB6 and SQL Server 2k) appear without data. Thank you.
 
Download FileMon and RegMon from http://www.sysinternals.com/. Run
them as administrator, start a TS session as a normal user and try
to run the application.

FileMon and RegMon will show you all "access denied" errors
that occur, so that you can give your users the necessary
permissions on a file-to file or Registry subkey basis.

This might also be worthwhile reading:

Terminal Services Programming Guidelines
http://msdn.microsoft.com/library/default.asp?url=/library/en-
us/termserv/termserv/terminal_services_programming_guidelines.asp
 
Back
Top