mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 21:01:35 +08:00
Update web.config file for SpecFlow tests
* Remove un-used machine key * Increase "numRecompilesBeforeAppRestart" default value (15) to (1000) so that the AppDomain used for hosting the ASP.NET domain doesn't get unloaded during the test. --HG-- branch : dev
This commit is contained in:
parent
f794b3f955
commit
9ba2e35a6a
@ -44,8 +44,6 @@
|
||||
</system.transactions>
|
||||
|
||||
<system.web>
|
||||
<machineKey validationKey="013B82F217ABB7EAB1F699E4E5B4D290030644D435994692354DAE82B06568B058BFE3C57BF199A41FFDBC84F3BC74D9C5BD96D1265F36A22D58347B591AC8DD" decryptionKey="04797035C490263D73ED991C84C5DFCD0D0206AD4F12BC3638A38FBEABEBB8C7" validation="SHA1" decryption="AES" />
|
||||
|
||||
<httpRuntime requestValidationMode="2.0" />
|
||||
<!--
|
||||
Set compilation debug="true" to insert debugging
|
||||
@ -53,7 +51,7 @@
|
||||
affects performance, set this value to true only
|
||||
during development.
|
||||
-->
|
||||
<compilation targetFramework="4.0">
|
||||
<compilation targetFramework="4.0" numRecompilesBeforeAppRestart="1000">
|
||||
<buildProviders>
|
||||
<add extension=".csproj" type="Orchard.Environment.Extensions.Compilers.CSharpExtensionBuildProviderShim"/>
|
||||
</buildProviders>
|
||||
|
Loading…
Reference in New Issue
Block a user