Browse by Tags

Related Posts

  • Session not avaible in controller constructor

    When I try access session variables in controller constructor ( public HomeController() ) i get exception, saying that object reference not set to instance of an object. Code: 1 public class HomeController : Controller 2 { 3 private string samvar; 4 5 public HomeController() 6 { 7 if (HttpContext.Session...
    Posted to ASP.NET MVC (Forum) by hudo on 04-24-2008, 12:00 AM
    Filed under: MVC, session
  • Problem with Deploying MVC P3 Application to Server

    Hello, I'm running into a problem trying to get an application up and running on our production server, and I haven't been able to find anything relating to it, so I was hoping someone here might have a solution, or atleast point me in the right direction. I'm having a hard time figuring...
    Posted to ASP.NET MVC (Forum) by dsanderson on 06-18-2008, 12:00 AM
    Filed under: MVC, session, Deployment Problem
Page 1 of 1 (2 items)