Results 1 to 9 of 9

Thread: Framework 2.0 Tools

  1. #1

    Thread Starter
    Addicted Member craigreilly's Avatar
    Join Date
    Jul 2004
    Location
    Scottsdale, AZ
    Posts
    188

    Framework 2.0 Tools

    Does anyone know if it is possible to adjust the .NET 2.0 Framework security without installing the SDK?

    I know in .Net 1.x Framework - the tools are in the control panel. But all I have found is that they are now part of the SDK. Can I distribute the tools only into a smaller install package than the 300+mb SDK download?

    My only need is to adjust security for the Local Intranet to full. My server admin does not want me to load the entire SDK on the Terminal server.

    Thanks in advance for any light you can shed on this.
    VB 6 / VB.NET 2003, 2005 / Crystal Reports 9-12

  2. #2
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Framework 2.0 Tools

    I am just installing 2005 today so no experience with it but kleinma has allot of security experience in 2003 and he has been using 2005 for a while now. Perhaps he can help. I'll ask if he has time right now.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  3. #3

    Thread Starter
    Addicted Member craigreilly's Avatar
    Join Date
    Jul 2004
    Location
    Scottsdale, AZ
    Posts
    188

    Re: Framework 2.0 Tools

    Thanks. It is easy when you are on the Development machine, because it installs the SDK with the security tools. But for rolling out the application, it was definitly easier in 1.1 because the Security Wizards were included in the .NET Runtime installation instead of the SDK.
    Thanks again.
    VB 6 / VB.NET 2003, 2005 / Crystal Reports 9-12

  4. #4
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: Framework 2.0 Tools

    kleinma knows nothing.. except for the answer
    The .NET Framework Configuration tool is a Microsoft Management Console (MMC) snap-in that allows you to manage and configure assemblies in the Global Assembly Cache, adjust code access security policy, and adjust remoting services. In the .NET Framework versions 1.0 and 1.1, Mscorcfg.msc is installed with the NET Framework redistributable package. Starting with the .NET Framework 2.0, Mscorcfg.msc is installed with the .NET Framework SDK.
    http://msdn2.microsoft.com/en-us/lib...hc(VS.80).aspx

    what is funny is I actually DIDN'T know this until about 2 weeks ago when I had an issue and needed to look this info up.

  5. #5
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Framework 2.0 Tools

    See, I knew you would know the answer. I remembered you have done allot with security recently.


    So youre saying that you didnt know the question?


    Thanks for the reply Matt
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  6. #6
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: Framework 2.0 Tools

    Quote Originally Posted by RobDog888
    See, I knew you would know the answer. I remembered you have done allot with security recently.


    So youre saying that you didnt know the question?


    Thanks for the reply Matt

    yeah because I write apps that actually go out into the real world. Its funny but I don't think that most (not all, but most) of our users ever have to deal with things like that... let me tell you, when apps go out in the field its a whole different ballgame... there is no consistency between customers.. everyones setup is different... I miss the days when I got to develop inhouse apps where I knew everyone was running the same system I was.

  7. #7

    Thread Starter
    Addicted Member craigreilly's Avatar
    Join Date
    Jul 2004
    Location
    Scottsdale, AZ
    Posts
    188

    Re: Framework 2.0 Tools

    so - did you just install the SDK? Or did you find a work- around?

    Thanks y'all.
    VB 6 / VB.NET 2003, 2005 / Crystal Reports 9-12

  8. #8
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: Framework 2.0 Tools

    I just installed the SDK. That was because it was just something I had to configure on another persons PC in my office.

    If I was deploying this to a customer, I would run caspol from the setup (I use INNO installer) and give full trust to the path of my exe.

  9. #9

    Thread Starter
    Addicted Member craigreilly's Avatar
    Join Date
    Jul 2004
    Location
    Scottsdale, AZ
    Posts
    188

    Re: Framework 2.0 Tools

    caspol - I'll take a look at that.
    Thanks
    VB 6 / VB.NET 2003, 2005 / Crystal Reports 9-12

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