Skip to content

Commit

Permalink
Merge pull request #4 from SyncfusionExamples/916621-LGMVCError
Browse files Browse the repository at this point in the history
committed git leak errors.
  • Loading branch information
sabari-senthamaraikannan authored Dec 4, 2024
2 parents 9d8a76d + 59556e3 commit ed6d9e2
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Sample/Web.config
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
</configSections>
<connectionStrings>
<add name="DefaultConnection" connectionString="Data Source=(LocalDb)\v11.0;AttachDbFilename=|DataDirectory|\aspnet-MapWithBing-20160301113827.mdf;Initial Catalog=aspnet-MapWithBing-20160301113827;Integrated Security=True" providerName="System.Data.SqlClient" />

Expand Down Expand Up @@ -99,10 +95,4 @@
</dependentAssembly>
</assemblyBinding>
</runtime>
<entityFramework>
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" />
<providers>
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
</providers>
</entityFramework>
</configuration>

0 comments on commit ed6d9e2

Please sign in to comment.