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 2 of 2

Thread: enter your EncryptKey in the /web.config file

  1. #1
    dplsr is offline Member
    Join Date
    Dec 2009
    Posts
    50

    Default enter your EncryptKey in the /web.config file

    I just finished setting up the software, When I try to browse I get an error

    You must enter your EncryptKey in the /web.config file.

    My hosting company says nothing needs encypted?

    How do I remedy this please?

  2. #2
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    In your web.config file there is an encryption key element that needs to be populated . Locate the line below and change the TBD to your preferred value (e.g. ThisIsAnEncryptionKey12345$%*)
    Code:
    <add key="EncryptKey" value="TBD"/>