I\'ve created a web page and it contains some settings value in Web.Config for example images. So I want to give the path of images in Web.Config file and file name in that
This worked for me:
<%= ConfigurationManager.AppSettings("ImagePath") %>