Remove key from web.config
<configuration> <appSettings> <remove key="machineConfigKey"/> </appSettings> <system.web> <pages enableSessionState="false" /> </system.web> </configuration>