Results 1 to 2 of 2

Thread: .net configuration tool

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Nov 2001
    Location
    Central NY
    Posts
    172

    Question .net configuration tool

    I have a need to modify the security policy on each user machine to allow them to run an application form the server. I have tested on my machine setting up the trusted group whichs works great!
    I would like an easy way for the users to be able to add the server folder to their trusted group.
    Is there a way to batch this some how?

    Thanks.

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: .net configuration tool

    I've never tried what you're asking but I can tell you that the Framework config tools for .NET 1.x are part of the Framework itself, while for .NET 2.0 they are part of the SDK. If you don't want to deploy the SDK to your clients then I'd imagine that you could do the job as part of your installation routine, although exactly how I couldn't say. Sorry to not be more helpful.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width