System.Security.SecurityExeption

  • Thread starter Thread starter Raul Cortes
  • Start date Start date
R

Raul Cortes

Hi.

I have developed a small c# winforms app, which uses sql.

I deployed the app, by just 'copy & paste' on a shared folder
on my server.


Now, when I try to run the app, from a computer other than the
server, I get an exeption:

System.Security.SecurityExeption

System.Security.Permissions.FileIOPermisson
mscorlib
Version 1.0.50000.0, Culture=neutral
PublicKey Token = B77A5AC561934E089


If I copy the folder, into the clients computer, it runs ok,
but I wanted to have a single copy on the app, on the server...


Someone told me I have to grant runing permission on every
client computer. Is this so??? How do I do that?


Thanks in advance....
 
As far as I know, we cannot run the application through a shared folder.
Instead login to server remotely and try to run

Regards,
Dhanushka
 
Back
Top