Microsoft Communities

Welcome to WindowsClient.net | Sign in | Join

Here are some frequently asked questions about Windows Forms and their answers.

Windows Forms FAQs

What does my application have permission to do by default?

By default "ClickOnce" deployed applications run in a security sandbox provided by CLR Code Access Security. An application has the ability to do safe operations, such as displaying UI & same site network IO, but can not do unsafe things such as calling into unmanaged code or directly accessing the file system. This is very analogous to what javascript in an HTML page can do.


Page view counter