Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8124751
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T06:33:58+00:00 2026-06-06T06:33:58+00:00

I am developing app in Visual studio 2010, my app is constantly connected to

  • 0

I am developing app in Visual studio 2010, my app is constantly connected to the internet. Should I activate This is a full trust application in Security tab?

If yes what does it exactly means? I was reading msdn docs but I can’t understand it. I need something in short lines of when to use this feature.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T06:34:01+00:00Added an answer on June 6, 2026 at 6:34 am

    Don’t worry, it doesn’t influence the security of your internet connection, but it influences how the .NET framework treats your application. So – yes you can activate it without danger, but if possible you should declare in your code which level of access your application needs to refine security. To explain the details:

    Full trust means that your application needs all rights that the .NET framework provides. As a developer, you declare which trust level your application needs in order to be able to run, this is known as "code access security".
    Code access security means that you’re telling the compiler via attributes which kind of operation your code needs in order to succeed.

    The .NET framework in turn estimates how much trust the application should be granted:
    For example, if you deploy your application to a remote computer, which is accessible via a network share outside of your intranet*), then the .NET Framework gives it less than "Full trust". This is known as an "evidence based" security model, which is implemented through so-called managed code.

    Managed code means that your .NET application is compiled into MSIL (Microsoft’s Intermediate Language) by the "Roslyn"-Compiler and then "just in time" (i.e. just when you execute it, unless you choose to create native code explicitly via NGEN before execution) into CPU-specific machine language by the "RyuJIT"-Compiler. This allows to establish an additional abstraction layer, which in turn enables the .NET Framework to control what your code does and to allow it or – if not – to throw an security exception.

    All the code you write for the .NET framework in one of the languages C# or VB.NET is per default managed code. However, there are (very rare) situations where you want to embed unmanaged code – also known as "unsafe code" (in .NET terminology) as well. One way is to create an "unsafe" section in your code (which I only mention here for completeness – i.e. in case you might have come accross with it in source code).

    As I mentioned before, you specify what the code does via attributes, but you can also change the rules that apply on your local computer to change this behaviour through the .NET security settings.
    Usually it is a good idea to specify as precisely as possible which rights your application needs, and to be as restrictive as possible.

    If you’re interested, you can find more here:
    Exploring the .NET Framework Security Model

    *) Thank you for your hint, Damien! Indeed, earlier versions of the framework gave resources on the network (network shares) less trust, with .NET 4 desktop and local intranet connections have full trust.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm developing a Facebook canvas app: Visual Studio 2010 .NET Framework 4.0.30319 RTMrel Facebook
I'm developing a web application in Visual Studio 2010 on Win 7, and now
I have an app that I am developing in Visual Studio 2008, but the
I've got Visual Studio 2010. To develop a web app in Iron Python (i.e.
i am developing my app on visual studio 2008 i have 4 tables i
I am developing a Windows CE App using Visual Studio 2008 and the Compact
I'm using Visual Studio 2008, developing a winforms app. I have my database connection
I'm developing an ASP.NET 2.0 app using Visual Studio 2008. If I want to
I am developing an app on Visual Studio with mono for Android C#. How
I'm developing simple CUDA app. I followed steps given on http://www.ademiller.com/blogs/tech/2010/10/visual-studio-2010-adding-intellisense-support-for-cuda-c/ but still there

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.