VBMan_06
asked on
Bypass Security Exception
I'm trying to deploy an app that will run from a network drive. it write to a log file on the network and this causes an exception if i do not go into the configuration wizard and change my localintranet security. how can i programmatically change this security or somehow bypass this security check so each user doesn't have to go through this?
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
you can put this in a batch file and have the users run it. but be advised that the user needs to be local administrator in order to run this.
ASKER