ConnectionStrings in web.config configuration file - Part 3 |
Title : ConnectionStrings in web.config configuration file - Part 3
Duration : 12:23
Channel : kudvenkat
Label : ConnectionStrings, web.config, configuration file, web config, connection string
Duration : 12:23
Channel : kudvenkat
Label : ConnectionStrings, web.config, configuration file, web config, connection string
ConnectionStrings in web.config configuration file - Part 3 |
C#, SQL Server, WCF, MVC and ASP .NET video tutorials for beginners http://www.youtube.com/user/kudvenkat/playlists In this video session we will learn about 1. Storing connection strings in a configuration file. For example, web.config for an asp.net web application and app.config for windows application 2. Reading the connection strings from web.config and app.config files. 3. Disadvantages of storing connection strings in application code. 4. Advantages of storing connection string in configuration files - web.config and app.config.