View Single Post
Old 11-24-2012, 08:30 PM   PM User | #4
j4v3d
New Coder

 
Join Date: Mar 2009
Location: UK
Posts: 34
Thanks: 6
Thanked 0 Times in 0 Posts
j4v3d is an unknown quantity at this point
if you use the web.config file correctly then you can do all sorts - developing a website/application you can set values in your web.config and then call that value from the code behind of your website using the web configuration manager - so if you have a URL for example to your Facebook page you can set it in web.config and then call it on code behind or something like that. Compile and publish - if the URL changes you just change it in the web.config

If you require any more information have a look at the link posted above - if still you have any questions dont hesitate to ask.

Are you a newbie to ASP.NET?
__________________
MJCoder
Twitter
j4v3d is offline   Reply With Quote