I am new to building C# Web Page and have setup a Razor3 Web Site. When the site is created there is a web.config and web.debug.config. In our environment, there are differences between datasources in development and production, so I would like to create a "Release" configuration.
Unfortunately, when I go to the configuration manager, the "Create new project configurations" check box is greyed out.
https://www.evernote.com/l/AJTBgHVhubFDpoTO_OkazT3RbKwyXvx_NSo.jpg
So far I haven't been able to find how to create this new config and only have the ability to launch the site as though it is in debug mode.
How do I create this additional configuration similar to a web application can be setup?