System.NullReferenceException was unhandled by user code
getting exception at this line
SqlConnection conn = new SqlConnection(
                       ConfigurationManager.
                       ConnectionStrings["SqlDataSourceRegistration"].
                       ConnectionString);
 
     
    