Configuration ASP.Net Tutorial

<%@ Page Language="C#" %>
<%@ Import Namespace="System.Web.Configuration" %>
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

    void Page_Load()
    {
        lblWelcome.Text = WebConfigurationManager.AppSettings["welcome"];
    }



    Show AppSettings


    
    

            id="lblWelcome"
        Runat="server" />
    
            id="ltlCopyright"
        Text="<%$ AppSettings:copyright %>"
        Runat="server" />
    

    


File: Web.config