web.config question

  • Thread starter Thread starter Krishnan
  • Start date Start date
K

Krishnan

Hi,
Could anybody please let me know if I can have custom tags in Web.Config
file just as we do for app.config? If yes, how? If no, how do we generally
configure dynamic properties for an asp.net application?

TIA
Krishnan
Anything good in life is either illegal, immoral or fattening
 
Hi,

you can add Parameters under <appSettings>
(Not real custom tags, but you can use it for your
properties.)

like:
<add key="param"value="value"/>

Seb
 
Thanks Guys.

Krishnan
Anything good in life is either illegal, immoral or fattening
 

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