I´m starting to use \"MVC 3\" but I´m facing some little problems. In my Views, when I code something like this:
@if(Request.IsAuthenticated) {
You could try some following point:
View
with the false errors.hopefully you will not get any of the similar errors now.
If you still have same problem. than Please check following steps.
web.config
file inside view folder. Becuase MVC
has two web.config
. one for solution and other one for project.Your web.config
file will seems like this which is inside views
folder.
It worked for me. and hope for you also.