TS and .NET applications...

  • Thread starter Thread starter Nicola Cisternino
  • Start date Start date
N

Nicola Cisternino

Hi all,

I'm trying to run a simple HelloWorld WinForms application using Terminal
Server.
My scenario is:
1) A server box running: Windows 2000 Server (SP4) with .NET Framework v.
1.1
3) A simple HelloWorld WinForms application created using Visual Studio 2003
4) A client box running WinXP with Remote Desktop Web Connection client
Now, the simple application is running fine when logged in as a local
administrator.
When running it as a normal user, it seemed not to even start.
Looking into drwatson.log and user.dmp files it seems that, when an regular
user runs a .NET app on a Terminal Server, a stack overflow is occurring.

Any solution ?

Thanks.
Nicola.
 
I would 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.
 
Back
Top