Search

You searched for the word(s): userid:876184

Matching Posts

  • Re: Can't enable session state

    i have a base class (in the App_Code folder) derived from System.Web.UI.Page; this base class does not have a aspx page for itself. but other aspx-pages derive from the base class. i cannot use Session in the base class. i tried <pages buffer="true" enableSessionState="true" /> and <pages enableSessionState="true" /> in the webconfig (under node <system.web>) but then i get an 500 internal server error, for every page in the project! i use Asp.net 2
    Posted to IronPython for ASP.NET (Forum) by romu0 on 6/18/2009
  • Re: Can't enable session state

    server error 500 is now gone; but cannot i use Session or base.Session in my base class? the base class is in the App-Code folder and is derived from System.Web.UI.Page.
    Posted to IronPython for ASP.NET (Forum) by romu0 on 6/18/2009
  • Re: Can't enable session state

    solved. System.Web.SessionState.HttpSessionState session = HttpContext.Current.Session;
    Posted to IronPython for ASP.NET (Forum) by romu0 on 6/18/2009
Page 1 of 1 (3 items)