|
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?
|