What are configuration files?

devquora
devquora

Posted On: Feb 22, 2018

 

ASP.NET has two types of configuration files. They are Web config files and Machine config files.

  • The web config files are application level configuration and are specific to the web application alone. One application may contain more than one web config. It is represented as Web.config.
  • Machine config files are machine level configuration, so they are specific to the machine or server. Only one machine config file can be present for one web application. It is represented as Machine.config.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    ASP.NET Interview Questions

    What is ASP according to you?

    ASP is Active Server Pages is a useful tool by Microsoft to create user friendly web pages...

    ASP.NET Interview Questions

    What are the main advantages of using ASP.NET?

    ASP.NET is highly beneficial over ASP. It is the next level of the ASP framework. The advantages of ASP.NET are given here...

    ASP.NET Interview Questions

    What are validators and list some validators of ASP.NET?

    Validation in ASP.NET is an important thing as it is helpful in saving storage space...