Click here to Skip to main content
15,887,267 members
Home / Discussions / C#
   

C#

 
GeneralRe: TreeNode selection Helppppp Pin
Nicholas Naddaf4-Dec-02 8:50
Nicholas Naddaf4-Dec-02 8:50 
GeneralRe: TreeNode selection Helppppp Pin
Nicholas Naddaf4-Dec-02 9:27
Nicholas Naddaf4-Dec-02 9:27 
GeneralListbox header column bitmaps Pin
MariaWard4-Dec-02 8:36
MariaWard4-Dec-02 8:36 
GeneralRe: Listbox header column bitmaps Pin
Nick Parker4-Dec-02 9:03
protectorNick Parker4-Dec-02 9:03 
GeneralThat AppUpdater thing from GotDotNet Pin
Tom Welch4-Dec-02 6:39
Tom Welch4-Dec-02 6:39 
GeneralRe: That AppUpdater thing from GotDotNet Pin
Nathan Tran4-Dec-02 6:46
Nathan Tran4-Dec-02 6:46 
GeneralClientside UserControl Pin
Peter Kiss4-Dec-02 2:45
Peter Kiss4-Dec-02 2:45 
GeneralRe: Clientside UserControl Pin
John Rayner4-Dec-02 7:34
John Rayner4-Dec-02 7:34 
Security is your problem. The default security setup on a .NET install assigns no permissions to code downloaded from the Internet (specifically the permission group Nothing). Your options are:
  1. Reconfigure the security on your machine (not really recommended)
  2. Add your site into the list of Trusted Sites

You can configure your security settings by opening the .NET Framework Configuration console (under Programs / Administrative Tools on my Win2K box) and then open Runtime Security Policy / Machine / Code Groups / All_Code / Internet Zone, click on Edit Code Group Properties and go to the Permission Set tab. Here you can choose what permissions to allow code downloaded from the Internet. For a really good explanation of all this, check out Don Box's excellent MSDN Magazine article[^].

Adding your site to the list of Trusted Sites is done through Tools / Inernet Options / Security from Internet Explorer.

Either way there's going to some setup needed on machines accessing your site. Sorry.

I seem to recall that the default security policy changed in SP1. Not entirely sure of this though. And I don't really know much about what happened in SP2.
GeneralRe: Clientside UserControl - without success Pin
Peter Kiss6-Dec-02 5:09
Peter Kiss6-Dec-02 5:09 
GeneralRe: Clientside UserControl - without success 2 Pin
Peter Kiss7-Dec-02 5:33
Peter Kiss7-Dec-02 5:33 
GeneralRe: Clientside UserControl - without success 2 Pin
John Rayner7-Dec-02 12:45
John Rayner7-Dec-02 12:45 
Generalusing the KeyEventArgs.Handled prop Pin
djkno34-Dec-02 2:35
djkno34-Dec-02 2:35 
GeneralRe: using the KeyEventArgs.Handled prop Pin
Nathan Tran4-Dec-02 6:53
Nathan Tran4-Dec-02 6:53 
Generalconstraining somthing in a panel control Pin
djkno34-Dec-02 2:11
djkno34-Dec-02 2:11 
GeneralRe: constraining somthing in a panel control Pin
Kannan Kalyanaraman4-Dec-02 19:10
Kannan Kalyanaraman4-Dec-02 19:10 
GeneralRe: constraining somthing in a panel control Pin
djkno35-Dec-02 1:29
djkno35-Dec-02 1:29 
QuestionHow to programmatically trigger an event? Pin
yccheok3-Dec-02 16:11
yccheok3-Dec-02 16:11 
AnswerRe: How to programmatically trigger an event? Pin
Not Active3-Dec-02 16:27
mentorNot Active3-Dec-02 16:27 
AnswerRe: How to programmatically trigger an event? Pin
Jeff J3-Dec-02 16:27
Jeff J3-Dec-02 16:27 
AnswerRe: How to programmatically trigger an event? Pin
Anonymous4-Dec-02 7:21
Anonymous4-Dec-02 7:21 
GeneralDesign Patterns Pin
John Rayner3-Dec-02 7:40
John Rayner3-Dec-02 7:40 
GeneralRe: Design Patterns Pin
Chris Austin3-Dec-02 10:03
Chris Austin3-Dec-02 10:03 
GeneralRe: Design Patterns Pin
Jarrod Marshall4-Dec-02 7:42
Jarrod Marshall4-Dec-02 7:42 
GeneralUnicode Characters Pin
Jassim Rahma3-Dec-02 6:25
Jassim Rahma3-Dec-02 6:25 
GeneralRe: Unicode Characters Pin
Nick Parker3-Dec-02 8:08
protectorNick Parker3-Dec-02 8:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.