Welcome Guest! [Log On/ Register ]
Hi,How do I get web.config settings in the .aspx page or view page in .NET?
Try this
'%$ AppSettings:Mysettings%>'
Make sure that you use Runat="server" in your tag.
For example :
`form runat="server" action="action" name="%$ AppSettings:Mysettings%>"/>`
Welcome to Ask Amoeba! This is 100% free and interactive site for sharing professional Questions and Answers, Opensource projects, Interview questions. Learners, beginners, Experts stop and share your knowledge and ideas!