Can I read data from web.config using JQuery ?
<appSettings>
<add key="Phone" value="1"/>
<add key="Fax" value="1"/>
</appSettings>
I need to get Phone value through jquery
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I would make a webservice that returns the values for you. You dont have direct access to the web.config from javascript