Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/09/11 22:13:01 (13 years ago)
Author:
mjesner
Message:

#1499 design, cleanup, remove button

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Web.config

    r6118 r6170  
    77  <configSections>
    88  </configSections>
    9   <appSettings>
    10   <add key="ChartImageHandler" value="storage=file;timeout=20;dir=c:\temp\chart;" />
    11  </appSettings>
    12  <connectionStrings>
     9  <appSettings>
     10    <add key="ChartImageHandler" value="storage=memory;deleteAfterServicing=true;"/>
     11  </appSettings>
     12  <connectionStrings>
    1313    <add name="ApplicationServices" connectionString="data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|aspnetdb.mdf;User Instance=true" providerName="System.Data.SqlClient"/>
    1414  </connectionStrings>
Note: See TracChangeset for help on using the changeset viewer.