|
@@ -8,13 +8,13 @@
|
|
|
<add name="ApplicationServices" connectionString="data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|\aspnetdb.mdf;User Instance=true" providerName="System.Data.SqlClient"/>
|
|
<add name="ApplicationServices" connectionString="data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|\aspnetdb.mdf;User Instance=true" providerName="System.Data.SqlClient"/>
|
|
|
</connectionStrings>
|
|
</connectionStrings>
|
|
|
<appSettings>
|
|
<appSettings>
|
|
|
- <add key="ConnexionStringSic" value="Data Source=PAN\SQLSTD2K5_1;Initial Catalog=TSic;User Id=UserTSicRW;password=UserTS!cRW!"/>
|
|
|
|
|
|
|
+ <add key="ConnexionStringSic" value="Data Source=ESNA\SQLSTD2K5_1;Initial Catalog=TSic;User Id=UserTSicRW;password=UserTS!cRW!"/>
|
|
|
<!-- <add key="ConnexionStringOracleCollege" value="Data Source=PCOL;User Id=college;Password=college;"/> -->
|
|
<!-- <add key="ConnexionStringOracleCollege" value="Data Source=PCOL;User Id=college;Password=college;"/> -->
|
|
|
<add key="ConnexionStringAccess" value="Provider=microsoft.jet.oledb.4.0;Data Source=\\Moder\App_production\College\data\Base\BD Collège_prod.mdb;Persist Security Info=False;"/>
|
|
<add key="ConnexionStringAccess" value="Provider=microsoft.jet.oledb.4.0;Data Source=\\Moder\App_production\College\data\Base\BD Collège_prod.mdb;Persist Security Info=False;"/>
|
|
|
<add key="ConnexionStringOracleSubvention" value="Data Source=SGFP;User Id=ASTRE;Password=ASTRE;"/>
|
|
<add key="ConnexionStringOracleSubvention" value="Data Source=SGFP;User Id=ASTRE;Password=ASTRE;"/>
|
|
|
<add key="ConnexionStringOracleAstreGF" value="Data Source=SGFP;User Id=SO;Password=SO;"/>
|
|
<add key="ConnexionStringOracleAstreGF" value="Data Source=SGFP;User Id=SO;Password=SO;"/>
|
|
|
<add key="ConnexionStringOracleRH" value="Data Source=SRHP;User Id=CG67_ATC;Password=ATC_CG67;"/>
|
|
<add key="ConnexionStringOracleRH" value="Data Source=SRHP;User Id=CG67_ATC;Password=ATC_CG67;"/>
|
|
|
- <add key="AnneeEnCours" value="2013"/>
|
|
|
|
|
|
|
+ <add key="AnneeEnCours" value="2014"/>
|
|
|
<add key="FileRepository" value="\\public\publicng\1PAT\12DIMG\1230SGEPI\PPM\Fichiers DSI (fiches collèges)\"/>
|
|
<add key="FileRepository" value="\\public\publicng\1PAT\12DIMG\1230SGEPI\PPM\Fichiers DSI (fiches collèges)\"/>
|
|
|
<add key="ImpersonationUser" value="service.college"/>
|
|
<add key="ImpersonationUser" value="service.college"/>
|
|
|
<add key="ImpersonationPassword" value="2sr72297rN7BzX8QB48t"/>
|
|
<add key="ImpersonationPassword" value="2sr72297rN7BzX8QB48t"/>
|
|
@@ -55,7 +55,10 @@
|
|
|
<handlers>
|
|
<handlers>
|
|
|
<add name="HttpHandlerHistogramme" path="*.histo" verb="*" type="CG67.FicheCollege.HttpHandlerHistogramme, CG67.FicheCollege" allowPathInfo="false" modules="IsapiModule" scriptProcessor="C:\Windows\Microsoft.Net\Framework\v4.0.30319\aspnet_isapi.dll"
|
|
<add name="HttpHandlerHistogramme" path="*.histo" verb="*" type="CG67.FicheCollege.HttpHandlerHistogramme, CG67.FicheCollege" allowPathInfo="false" modules="IsapiModule" scriptProcessor="C:\Windows\Microsoft.Net\Framework\v4.0.30319\aspnet_isapi.dll"
|
|
|
resourceType="Unspecified" preCondition="classicMode,runtimeVersionv4.0,bitness32"/>
|
|
resourceType="Unspecified" preCondition="classicMode,runtimeVersionv4.0,bitness32"/>
|
|
|
- <add name="FileDownloadHandler" path="*file.download" verb="*" type="CG67.FicheCollge.FileDownloadHandler, CG67.FicheCollege" allowPathInfo="false" preCondition="integratedMode, runtimeVersionv2.0" />
|
|
|
|
|
|
|
+ <add name="FileDownloadHandler" path="file.download" verb="*" type="CG67.FicheCollge.FileDownloadHandler, CG67.FicheCollege" allowPathInfo="false" preCondition="integratedMode, runtimeVersionv2.0" />
|
|
|
</handlers>
|
|
</handlers>
|
|
|
|
|
+ <!--<staticContent>
|
|
|
|
|
+ <mimeMap fileExtension="" mimeType="" />
|
|
|
|
|
+ </staticContent>-->
|
|
|
</system.webServer>
|
|
</system.webServer>
|
|
|
</configuration>
|
|
</configuration>
|