-
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).
-
The MVC5 project references MVC 5.1.0.0 in the csproj file, instead of the 5.1.2 version referenced everywhere else including project requirements. This means that NuGet downloads MVC 5.1.2 but then t…
-
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…
-
In the article https://devblogs.microsoft.com/dotnet/incremental-asp-net-to-asp-net-core-migration/ the adapters in this repository and Yarp are used to provide an upgrade path from a monolithic legac…