Any suggestions would be appreciated
Compiler Error Message: CS0103: The name 'ConfigurationSettings' does not exist in the current context
Source Error:
Line 69: string sqlStr = "";
Line 70:
Line 71: SqlConnection objConn = new SqlConnection(ConfigurationSettings.AppSettings["DSN"]);
Line 72: SqlCommand objCmd;
Line 73: SqlDataReader objRdr;
...
Go to the complete details ...