Sql Session State Help

Discussion in 'Databases' started by topquote, Aug 30, 2012.

  1. I am having problems with sql session at Winhost my local version is running ok but when ever i active it on Winhost it kills the site,


    --------------------------------------------------------------------------
    <machineKey validationKey="B #other key letters D" decryptionKey="E #other key letters D0" validation="SHA1" decryption="AES" />

    <sessionState mode="SQLServer" allowCustomSqlDatabase="true" sqlConnectionString="data Source=s01.Winhost.com;database=DB#####z;user id=DB######r;password=######" cookieless="false" timeout="300" />

    is there anything missing?

    I set up the sql session tables using aspnet_resql.exe locally does that matter?

    or does Winhost have to set up my db from their end,
    I wish for it to use the same sql database as my logins and data,

    thanks
    glen
     
    Last edited by a moderator: Oct 14, 2015
  2. Elshadriel

    Elshadriel Winhost Staff

    Last edited by a moderator: Oct 14, 2015
  3. Thanks Winhost Elshadreil and Rei T,
    That was easy now that the database had session state installed to it,
     
    Last edited by a moderator: Oct 14, 2015

Share This Page