Read AppSettings


/ Published in: C#
Save to your folder(s)

Read AppSettings from web.config


Copy this code and paste it in your HTML
  1. string url = System.Configuration.ConfigurationManager.AppSettings["UrlReportID"].ToString();

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.