C# UnauthorizedAccessException on RegistryKey CreateSubKey

I get an UnauthorizedAccessException any time I try to call CreateSubKey in my code. const string regKeyPath = @"Software\Apps\jp2code.net\FTMaint"; private void BuildRegistry() { string[] spli...