How to create and use configuration settings in asp.net?

  • Thread starter Thread starter feng
  • Start date Start date
F

feng

In my .Net Windows application, I can create my own
customized "appSettings" in my .config file. Then in the
app, I can simply call the
ConfigurationSettings.AppSettings to get any value I set.

Now I need the same functionality in my ASP.Net app. But
how do I do this? Do I use Web.config? How?

If someone could point me to the right direction, it will
be highly appreated.

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top