Hi
I have below code in a CLASS & it givess message TempData does not exist incurrent context
catch (Exception ex) { ExceptionLogging.SendExcepToDB(ex); TempData["Message"] = ex.Message; }
Thanks