app.config 181 B

12345678
  1. <configuration>
  2. <appSettings>
  3. <add key="owin:AutomaticAppStartup" value="false"/>
  4. </appSettings>
  5. <runtime>
  6. <gcServer enabled="true"/>
  7. </runtime>
  8. </configuration>