Search

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

Matching Posts

  • Changes to .py files in App_Script requires ASP.NET development server restart

    After starting the ASP.NET dev server by viewing a page in the browser, subsequent changes to .py files in the App_Script directory don't take effect. I have to stop the dev server, then 'view in browser' again (which starts the server again) to see the changes. Is there a work-around for this? Michael
    Posted to IronPython for ASP.NET (Forum) by mbeauregard on 1/28/2007
    Filed under: python asp.net server
  • Re: Can't enable session state

    Setting enableSessionState in the page directive works. Thanks for your help. Michael
    Posted to IronPython for ASP.NET (Forum) by mbeauregard on 1/28/2007
  • Can't enable session state

    I'm working on a project that is using IronPython for ASP.NET and can't seem to get simple session state to work. I don't know if this has anything to do with the IRequiresSessionState marker interface not being implemented in the HttpHandler used by the CTP or maybe I'm just doing something wrong. I have configured my web.config to enable session state like so: < pages enableSessionState= "true" compilationMode= "Auto" pageParserFilterType= "Microsoft.Web.IronPython.UI.NoCompileCodePageParserFilter
    Posted to IronPython for ASP.NET (Forum) by mbeauregard on 1/26/2007
    Filed under: ASP.NET IronPython sessionState
Page 1 of 1 (3 items)