How to create Custom Application Settings in the web.config?

VB.NET

Response.Write (ConfigurationSettings.AppSettings("PageSize"))

C#

Response.Write (ConfigurationSettings.AppSettings["PageSize"] );