User gets the following server error in the ArchiOffice/EngineerOffice 20xx and Web Suite application:
To fix this problem, you have to hard code your session key. To do that, you need to manually edit your web.config file.
1. On your ArchiOffice (or Web Suite) server, go to C:\Program Files (x86)\BQE Software\ArchiOffice 20xx\public and find your web.config file. Open it in Notepad.
2. Within the system.web tag, add a sub-tag called machineKey. This website can generate a complete machineKey tag for you: http://www.allkeysgenerator.com/Random/ASP-Net-MachineKey-Generator.aspx
This is a basic example of what it will look like:
3. Save the changes.
4. Finally, go to the Command Prompt and type IISReset to restart the IIS and apply the changes.