Click here to Skip to main content
15,913,610 members

Comments by Aswin K (Top 1 by date)

Aswin K 7-May-13 5:51am View    
From my understanding, it means that the developer has provided with a standard password value in app.config file.
In "string A = System.Configuration.ConfigurationManager.AppSettings["CheckPassword"];" they are trying to assign that value to a variable A.
Check your app.config file for "checkpassword"