Search Results

3
votes
4answers
806 views

401 response code for json requests with ASP.NET MVC

How to disable standard ASP.NET handling of 401 response code (redirecting to login page) for AJAX/JSON requests? For web-pages it's okay, but for AJAX I need to get right 401 error code in …
1
vote

Issues During ASP.NET MVC Upgrade from Preview 5 to Beta?

Html.TextBox - value now is object, not string. So, hidden errors possible (not at compile time and even not at runtime), for example I've used this overloaded method earlier Html.TextBox(string na …
0
votes

Double/incomplete Parameter Url Encoding

Escaping of forward slahes and dots in path part of url is prohibited by security reason (althrough, it works in mono). …
1
vote

Where to get Microsoft.Web.Mvc.dll

Sorry, it's not answer, just comment. Where to get fresh assembly for ASP.NET MVC 1.0 release? …
2
votes

Does resharper have problems with asp.net mvc?

Yep, current ReSharper version doesn't place references on MVC controllers (although, next one will). In meantime you can mark controller class and action methods with ImplicitUse attribute …