Technorati Tags: .NET I recently came across a situation where I needed to check an INI file for some settings in one of my .NET apps. I'm sure like many of you, I Google'd around and found a few solutions, many offering both read and write and most what seemed to be overly complex. I really only needed read access, didn't care what the location was and just wanted something lightweight that could parse any INI file, including one that had comments and line breaks spread throughout with multiple ......