|
-
Nov 20th, 2006, 05:36 PM
#1
Thread Starter
Addicted Member
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
-
Nov 22nd, 2006, 12:00 PM
#2
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 Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API 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 
-
Nov 22nd, 2006, 12:02 PM
#3
Thread Starter
Addicted Member
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
-
Nov 22nd, 2006, 02:04 PM
#4
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.
-
Nov 22nd, 2006, 02:08 PM
#5
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 Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API 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 
-
Nov 22nd, 2006, 02:10 PM
#6
Re: Framework 2.0 Tools
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.
-
Nov 22nd, 2006, 05:31 PM
#7
Thread Starter
Addicted Member
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
-
Nov 22nd, 2006, 05:51 PM
#8
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.
-
Nov 23rd, 2006, 01:01 PM
#9
Thread Starter
Addicted Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|