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

  • Thread starter Thread starter Henk van Jaarsveld
  • Start date Start date
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
 
..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
 
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.
 
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????
 
in your application attributes, add the attribute
[AllowPartiallyTrustedCallers]

Recompile and redeploy.
--- Nick
 
Back
Top