is there a way to let Visual Studio run the web.staging.config or web.production.config while debugging (and not only after publishing)?
when i publish the solution the right config file (staging or production) is being used in the process and that is according the the publish settings i select. But when i try to debug the application in VS, it doesn't make any difference if select Staging or Production in the configuration manager.
how can i ask VS to use these files?
Thanks