For my app, I created the .NET Exe file which runs fine in local machine.
But while trying to run from the network drive, it throws an error.
Can I run just the EXE file from the network drive?
What is the process if I want to run it from the network drive?
Thanks. S.
Error msg:
The application attempted to perfrom an operation not allowed by the
security policy. The operation required the SecurityException. To grant
this application the required permission please contact your system
administrator, or use the Microsoft.NET security policy administration
too.
Request failed.
************Exception Text************
Sytem.Security.SecurityException: Request failed.
at dbLogin.Connect
at System.Windows.Forms.Control.OnClick(EventArgs e)
....
....
But while trying to run from the network drive, it throws an error.
Can I run just the EXE file from the network drive?
What is the process if I want to run it from the network drive?
Thanks. S.
Error msg:
The application attempted to perfrom an operation not allowed by the
security policy. The operation required the SecurityException. To grant
this application the required permission please contact your system
administrator, or use the Microsoft.NET security policy administration
too.
Request failed.
************Exception Text************
Sytem.Security.SecurityException: Request failed.
at dbLogin.Connect
at System.Windows.Forms.Control.OnClick(EventArgs e)
....
....