Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 3 of 3

Thread: Using HttpModules with HttpContext on Rackspace Mosso

  1. #1
    96spec is offline Member
    Join Date
    Apr 2009
    Posts
    76

    Default Using HttpModules with HttpContext on Rackspace Mosso

    I've created an HttpModule to calculate the elapsed time period for our search product page. This module uses the Stopwatch class and HttpContext.Current.Items hashtable to store and retrieve the stopwatch on application BeginRequest and EndRequest.

    Running this locally works fine and however the same code deploy to a live server on Rackspace Mosso cloud sites does not work. Calling HttpContext.Current.Items["Stopwatch"] on application EndRequest does not retrieve any value stored. Does anyone know why this would not work on Rackspace cloud? I'm trying to find out why this does not work on that environment and would appreciate any other other alternative solution.

  2. #2
    96spec is offline Member
    Join Date
    Apr 2009
    Posts
    76

    Default

    Anyone? ASPDNSF admins?

  3. #3
    96spec is offline Member
    Join Date
    Apr 2009
    Posts
    76

    Default

    Another issue came up. Got the GlobalErrorHandler module to work locally on development box. Doesn't work once deployed to Rackspace cluster...can't wait to get rid of Rackspace hosting soon!