Persistent cookie problems, possible server config issue?

Discussion in 'ASP.NET 2.0' started by strefethen, Feb 17, 2007.

  1. I'm running dasblog as my blog engine and I'm consistently seeing failures with Forms Authentication and I have to repeatedly login to the app. I've been working to resolve this error on my end and have yet to get it figured out. Recently, I found this blog post which discusses the exact issue I'm having (notice too that his user also uses dasblog). I'm beginning to wonder if this is potentially an issue with the configuration on the server which I obviously can't control.

    http://blog.zygonia.net/PermaLink,guid,21c11c94-0a93-412a-a8e6-e2b43a19fd4a.aspx

    I know the crew at Discountasp.net don't think much of dasblog but with the exception of this login issue it's worked very well for my blogging needs.

    Any hints thoughts would be much appreciated.

    -Steve
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    DasBlog is fine.. It just have this small bug that keeps causing the app to hang under load (technically, this may actually be a bug associated with ASP.NET itself) There's a post in this forum but I couldn't find it.


    Anyway, i reviewed the blog entry. You can, actually, set the machineKey in your web.config.


    See http://community.discountasp.net/default.aspx?f=24&m=10014for more details


    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  3. Thanks Bruce, I'll take a look at that link!

    -Steve
     

Share This Page