Hi
I am just wondering in VS2010 the web.config is broken up into
web.config
web.debug.config
web.release.config
So from what I gathered is the web.config is just like the master template. So I am guessing in my debug I could put things like my local database where in my release one I would put my server database.
Now how does it know when to use the release version or debug version?
I also here that you can have more than 2. How does that work?