Howto maintain application state on discount asp servers?

Discussion in 'ASP.NET 2.0' started by m3src, May 5, 2006.

  1. Does anyone have any information on How to maintain application state on discount asp servers?

    Thanks
    Mike
     
  2. You should have full access to Session and Application objects.

    Please provide more information.


    Joel Thoms
    DiscountASP.NET
    http://www.DiscountASP.NET
     
  3. Joel, thanks much for the feedback.
    Application state will work for me, my concern is thatif discount.asp is hosting across servers that this will not work. For example if the site is hosted by a single server then app state will work nicely and each browser will see the updated shared data, however if its in a farm then app state will not work so I could really use some help and input regarding how best to address app state on www.discount.asp.

    Thanks
    Mike
     
  4. Your site will be hosted on one machine. You can also get around the server farm issue by hosting your session state in SQL.


    Joel Thoms
    DiscountASP.NET
    http://www.DiscountASP.NET
     
  5. Thanks Joel for the help and input.


    Mike
     

Share This Page