In a VS2015 website (not web app) project I inherited, there is no Web.Release.config, only a debug one.
How do I add a new config file so that it works with the project correctly.
I tried doing the Add->New Item->Web Configuration File and named it "Web.Release.config", but when I go into the configuration manager for "Release" it is still pointing to Debug for the configuration and the drop-down doesn't have any other options. It also doesn't show the new config file under the "web.config" like the debug one is.