Dear friend,

I have added a new Element In web.config file.Now I want to use it in my application.Is there way by which I can read the element of web.config file.
say..

<MyApplication>
<MYsettings>
<GetName=Pank>

</MYsettings>
</MyApplication>

Help needed

PPCC