Top "Asp.net-mvc-5" questions

ASP.

font-awesome not working bundleconfig in MVC5

If I direct refer to font-awesome.css in _layouts page. it will work <link href="~/Content/font-awesome-4.0.3/css/font-awesome.…

css twitter-bootstrap fonts asp.net-mvc-5 font-awesome
application/font-woff2 not working when using Asp.Net VNext

I'm doing some experiments with VNext + OSX + Chrome. I'm trying to get a woff2 file GET http://localhost:5003/fonts/fontawesome-webfont.…

asp.net asp.net-mvc-5 woff2
pass a different model to the partial view

I am trying to pass a different model to the partial view from a view. I have two separate controller …

c# asp.net-mvc asp.net-mvc-5 asp.net-mvc-partialview
No OWIN authentication manager is associated with the request

After trying to enable owin & AspNet Identity to my Web Api project (in VS 2013 + .Net 4.5.1) I get the following …

asp.net-mvc-5 owin windows-authentication
How to logout user in OWIN ASP.NET MVC5

I have got a standard AccountController class of ASP.NET MVC5 project. When I try to log out user I …

c# session asp.net-mvc-5 logout owin
How to list users with role names in ASP.NET MVC 5

I have default project template of ASP.NET MVC 5 web site and I am trying to list all users with …

c# asp.net-mvc-5 entity-framework-6 asp.net-identity-2
Where to store Bearer Token in MVC from Web API

Scenario I have an ASP.NET Web API that uses the OAuth Password Flow to provide Bearer Tokens to gain …

c# security session asp.net-mvc-5 asp.net-web-api2
How to add ASP.NET MVC5 Identity Authentication to existing database

I am learning MVC5 identity authentication and was reading materials on www.asp.net. I have a few questions here. …

asp.net asp.net-mvc-5 asp.net-identity
Kendo UI reference not working in Razor view

I am trying to create a Telerik Grid view but when I go to reference kendo it does not recognize …

c# razor kendo-ui asp.net-mvc-5 kendo-grid
Error renaming ASP.NET MVC project

I have copied a previous project and renamed it. Once I had successfully renamed all the name spaces and it …

asp.net-mvc asp.net-mvc-5 owin asp.net-authentication