Only administrators can run my dotnet application

  • Thread starter Thread starter Andreas C. Andreou
  • Start date Start date
A

Andreas C. Andreou

I face a problem with a Windows Forms application i did when I try to run it
on a Windows 2000 Terminal Server. The application can be run only by
administrators of the server. All other users cannot, I can see the process
starting and after a while the process ends with no error and no message
displayed. I assume that the problem has something to do with security but I
cannot figure out what I have to do in order for the application to run.

Can anyone help me out on this?
 
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

Back
Top