Can I access a C# enum in my Razor view?
Did you try adding the namspace to your razor view ?
@using Storage.Constants.References
Also, if you are adding it in the web config file, make sure you are adding to the webconfig present in the Views folder, not the root level web config