-
Time to update all of the samples to modern frameworks/environments.
-
MVC5 is now in RC status, maybe it's time to add preliminary support for MVC5? :)
-
Somehow, Elmah.Mvc doesn't seem to comply with the binding redirects for MVC 5.
Still looks for System.Web.Mvc v3.0 (instead of 4.0).
-
Hi,
I'm getting an exception where the page is not authenticated, e.g. login pages etc.
Seems to be related to Output caching needing an IPrincipal.
in web.config i have:
```
```
URL: /casset…
-
I'm trying to use SimpleHoneypot with MVC5, but I get the following exception.
What can I do to make it work with MVC5?
Exception Details: "Entry point was not found".
Stack Trace:
[EntryPointNotF…
-
Hi folks,
I’m currently working on a MVC5 project and I’m wondering which authentication/authorization framework should used.
So far, the membership has always works fine to me and easy to use wit…
sylum updated
7 years ago
-
I just upgraded from MVC 4 to 5 and this error appeared :
Inheritance security rules violated while overriding member: 'MvcMembership.TouchUserOnEachVisitFilter'. Security accessibility of the overri…
-
Hi All,
I have faced the below issue when trying to install the NuGet packages in the MVC application. Can anyone please suggest me the solution on this.
![image](https://user-images.githubuser…
-
Trying to step through the HttpPortalController controller from Csla.Web.Mvc5 (.Net 4.5.1), the loading of symbols fails with a Not Found. Other symbols load fine.
-
Hello,
After installing SM.MVC5 package got next exception System.InvalidOperationException Stack empty. in case when you try to display circular object dependency with partial view.
Ex.
@model WebA…