Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #72.8K
~264 People Reached

2 Posted Topics

Member Avatar for doyinbaks

Hi Dee, I'm assuming that you're talking about Windows Forms (or WinForms) application here. How it works in Winforms is, there is an application entry point which has the static Main() method. Then there are Forms (which is the GUI) of typ System.Windows.Forms.Form, which contains the controls. In the Main …

Member Avatar for prabinv
0
73
Member Avatar for srikkanthan

Hi, If you are concerned about the security with respect to some user having access to the machine can read the user credentials, then you can encrypt that particular configuration section of the web.config using aspnet_regiis.exe with the pe / pef commands. This would render the web.config section unreadable if …

Member Avatar for prabinv
-1
191

The End.