Sha256: d53c6c188dbb6dc9d4f1a9591f90727b6747002880af58be79e352600920523b
Contents?: true
Size: 1.25 KB
Versions: 8
Compression:
Stored size: 1.25 KB
Contents
<?xml version="1.0" encoding="utf-8"?> <!-- For more information on how to configure your ASP.NET application, please visit http://go.microsoft.com/fwlink/?LinkId=169433 --> <configuration> <connectionStrings> <add name="RubyODataContext" connectionString="Data Source=|DataDirectory|RubyODataWCF.sdf" providerName="System.Data.SqlServerCe.4.0" /> </connectionStrings> <system.webServer> <modules> <add name="OurBasicAuthenticationModule" type="RubyODataService.OurBasicAuthenticationModule"/> </modules> </system.webServer> <system.web> <compilation debug="true" targetFramework="4.0" /> </system.web> <system.data> <DbProviderFactories> <remove invariant="System.Data.SqlServerCe.4.0" /> <add name="Microsoft SQL Server Compact Data Provider 4.0" invariant="System.Data.SqlServerCe.4.0" description=".NET Framework Data Provider for Microsoft SQL Server Compact" type="System.Data.SqlServerCe.SqlCeProviderFactory, System.Data.SqlServerCe, Version=4.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" /> </DbProviderFactories> </system.data> <system.serviceModel> <serviceHostingEnvironment aspNetCompatibilityEnabled="true" /> </system.serviceModel> </configuration>
Version data entries
8 entries across 8 versions & 1 rubygems