Client-server Application doesn't start at customer. Please help!

H

Henk van Jaarsveld

We built a client-server application that works fine in our lab. At
customer-site the client *only* starts under user with admin rights.
For normal users nothing happens! The main method isn't even entered.
(The server process runs OK.) The client is approached via Citrix as a
terminal service. Please can anybody help?

Henk
 
D

Drebin

..NET has it's own permission thingy.. go into Administrative Tools and then
and then the Configuration Wizard.. you likely just need to set "Full
Control" to the machine. For whatever reason (and I haven't run across it
yet) - they made it so by default, you can't run a .NET executable from a
network drive and other odd things like that. So just go into the wizard and
unlock the default setup..

HTH
 
G

Girish bharadwaj

Since its a demo, you can probabl do what Drebin suggests. But, do
investigate the actual CAS that needs be provided so that you can recommend
that in your documentation.
With the way customers are these days about security, you need to have a
very good explanation of everything that you setup on their machine.
 
H

Henk van Jaarsveld

Thanks for your reaction, but we did al that already... We think it's
in the combination CITRIX ICA session\ .NET \ non - admin user. Again,
can somebody help????
 
N

Nick Malik

in your application attributes, add the attribute
[AllowPartiallyTrustedCallers]

Recompile and redeploy.
--- Nick
 

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