C
ChidiB
An application is being converted from Visual Basic 6.0 to Visual Basic .NET
using .NET Framework 2.0.
The .NET Framework lets the application run with Full Trust security on the
client but changes to Partial Trust when the application is copied to a
server, giving a permissions error when trying to open from the server.
Is there any easy way to code it up front within the application to change
the security to Full Trust when running on a network server (there are
approx. 25 different servers that it will be running from)?.
The administrator of these servers will not change the .NET Framework
Configuration on each of them.
I need your help
using .NET Framework 2.0.
The .NET Framework lets the application run with Full Trust security on the
client but changes to Partial Trust when the application is copied to a
server, giving a permissions error when trying to open from the server.
Is there any easy way to code it up front within the application to change
the security to Full Trust when running on a network server (there are
approx. 25 different servers that it will be running from)?.
The administrator of these servers will not change the .NET Framework
Configuration on each of them.
I need your help