Share
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 received this same error, also after installing MvcMailer. The error was coming not from the root Web.config, but from a web.config under the view folder. I compared this to a new MVC 3 project and found my version, updated by some package, had changed the setting to:
from the default:
Changing this back to the default removed the error.
EDIT:
and adding back in…
and..