In a MVC3 app there are two webconfig files; one in the Views folder and the other one sits above it. I know how to use Enterprise Libraries for windows app, so I was wondering which config files (for MVC3) should be edited?
TIA!
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.
The top one, within the root of the web application.
The View/Web.config file is there to configure the View directory only and it inherits settings from its parent directories. usually you see razor/aspx config specific stuff in there.