Security Issue: run app from network drive (v3.5 + v1.1)

  • Thread starter Thread starter Jurjen de Groot
  • Start date Start date
J

Jurjen de Groot

I have an .NET 1.1 application running from a network drive for years
(configured full-trust in .NET Framework 1.1 Configuration).

Now I have created a .NET 3.5 application wich also has to run from the
network drive, locally it runs but running from the network drive it throws
an error


Request for the permission of type
'System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0,
Culture ..... etc.' failed.


I had already added the network location of the 3.5 app in the .NET 1.1.
configuration as full-trust but that doesn't work (of course).
So now I'm stuck since there doesn't seem to be a '.NET Framework 3.5
Configuration' program to do as is done for the .NET 1.1 app.

Can someone help me (or point me in the right direction ) ?

Regards,
Jurjen.
 
Back
Top