appSetting "K" to specify the CLR to be loaded is not being honored
Removing the appSetting from web.config
This commit is contained in:
parent
9ecdeda83e
commit
dfe6382463
|
|
@ -7,9 +7,6 @@
|
||||||
</system.web>
|
</system.web>
|
||||||
|
|
||||||
<appSettings>
|
<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 will turn on detailed errors when deployed to remote servers -->
|
||||||
<!-- This setting is not recommended for production -->
|
<!-- This setting is not recommended for production -->
|
||||||
<add key="K_DETAILED_ERRORS" value="true" />
|
<add key="K_DETAILED_ERRORS" value="true" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue