This repository has been archived by the owner on Dec 14, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
TempData fails silently without sessions middleware #3068
Comments
What version of MVC package are you using? I am able to repro what you are seeing...if you had enabled logging(ex: console, debug or eventlog) you should be seeing a detail like below
|
I'm using beta6 and I didn't see this detail. Problem can be easily reproduced in VS2015 ASP.NET Web Application template by adding TempData to Index action of HomeController. |
This should probably result in a 500. Today you get a 200. |
kichalla
added a commit
that referenced
this issue
Sep 28, 2015
kichalla
added a commit
that referenced
this issue
Sep 28, 2015
kichalla
added a commit
that referenced
this issue
Sep 28, 2015
kichalla
added a commit
that referenced
this issue
Sep 30, 2015
kichalla
added a commit
that referenced
this issue
Oct 1, 2015
kichalla
added a commit
that referenced
this issue
Oct 1, 2015
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Following action results in empty response:
The text was updated successfully, but these errors were encountered: