No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
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 …
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 …
The End.
prabinv