appSetting "K" to specify the CLR to be loaded is not being honored

Removing the appSetting from web.config
This commit is contained in:
Praburaj 2014-05-07 22:47:04 -07:00
parent 9ecdeda83e
commit dfe6382463
1 changed files with 0 additions and 3 deletions

View File

@ -7,9 +7,6 @@
</system.web>
<appSettings>
<!-- Change below value to 'false' to run on full desktop -->
<add key="K" value="true" />
<!-- This will turn on detailed errors when deployed to remote servers -->
<!-- This setting is not recommended for production -->
<add key="K_DETAILED_ERRORS" value="true" />