Drilling Simulator

Powered by Endeavor Simulation Engine

Contact Endeavor
IWCF and IADC approved
machinekey validationkey in web.configmachinekey validationkey in web.config
Available On:
X1 X2 X3 ENDEAVOR.One Experience Center

Meet the Powerful
Drilling Simulator Software

machinekey validationkey in web.config

Simulation Engine for
Drilling Simulators

Access Endeavor's precise mathematical models for ultra-realistic simulations

Click here to view Full Scope of Simulation

Check your production web.config right now. If you don’t see a <machineKey> section and you have more than one server, you are living dangerously. Have you been burned by missing machineKey errors? Share your war story in the comments below! machinekey validationkey in web.config

$decryptionKey = [System.Web.Security.MachineKey]::GenerateKey(32) $validationKey = [System.Web.Security.MachineKey]::GenerateKey(64) Write-Host "Decryption Key: $decryptionKey" Write-Host "Validation Key: $validationKey" Paste the generated keys into your web.config inside the <system.web> section: Check your production web

Real Simulation Lives Here
Are you ready for the next level?

Machinekey Validationkey In Web.config Link

Check your production web.config right now. If you don’t see a <machineKey> section and you have more than one server, you are living dangerously. Have you been burned by missing machineKey errors? Share your war story in the comments below!

$decryptionKey = [System.Web.Security.MachineKey]::GenerateKey(32) $validationKey = [System.Web.Security.MachineKey]::GenerateKey(64) Write-Host "Decryption Key: $decryptionKey" Write-Host "Validation Key: $validationKey" Paste the generated keys into your web.config inside the <system.web> section: