Sanjay Dixit
What is the use of Web.config file?
By Sanjay Dixit in ASP.NET on Jun 25 2013
  • Amit Tiwari
    Aug, 2013 6

    The web.config file contains information about Server side configuration like Connection String, Application details, Caching information, Authentication Information. You can also define the user roles and profile in Web.config file.

    • 1
  • Mukesh Kumar
    Sep, 2017 5

    For storing connection string

    • 0
  • Satish
    Sep, 2013 26

    The web.config file contains information that control module loading, security configuration, session state configuration, and application language and compilation settings. Web.config files can also contain application specific items such as database connection strings.

    • 0
  • Sharad Rathore
    Jul, 2013 14

    The web.config file contains information that control module loading. security configuration and application language and compilation setting.web.config files can also contain application specific items such as Data base connection strings.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS