.NET - MVC Application - Good to Know
web.config - http://www.codeproject.com/Articles/301726/Web-config-File-ASP-NET <configuration> <configSections> <sectionGroup> </sectionGroup> </configSections> <connectionStrings> </connectionStrings> <system.web> <customErrors mode="Off"> </customErrors> <authentication mode="Forms"> ...