TS and .NET applications...

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.
 
V

Vera Noest [MVP]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top