In my web.config file i have a key that i use called AppTitle, in this key i have the title of my web application. Because it may change a few times i decided to add the key to my web.config. Here is my problem, how do i take that key and use it as text on my web page? I want to add that string into the <title></title> part of my aspx page. How can i do this so i can use the web.config key in the title of my page. Thanks!