Sign in
Google apps
Main menu
Post a Comment On:
Blogpad
"Variables in web.config"
No comments yet. -
1 – 0 of 0
Web.config < ?xml version="1.0"?> ... < appSettings> < add key="SiteUrl" value="http://dev.site.com/sales"/ > < add key="ListName" value="Shared Documents"/ > < /appSettings> ... < /system.web > < /configuration > Some.aspx.cs using System.Configuration; string siteUrl = ConfigurationManager.AppSettings["SiteUrl"]; string listName = ConfigurationManager.AppSettings["ListName"];
posted by fc at
11:32 AM
on Nov 28, 2007
Leave your comment
You can use some HTML tags, such as
<b>, <i>, <a>
This blog does not allow anonymous comments.
Google Account
You will be asked to sign in after submitting your comment.
Please prove you're not a robot
"Variables in web.config"
No comments yet. -