Skip to content

Commit

Permalink
911144: Reverted unwanted changes
Browse files Browse the repository at this point in the history
  • Loading branch information
VijayalakshmiGSF4561 committed Jan 16, 2025
1 parent 86fd00b commit 0af4f0e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions ASP.NET MVC/MvcWebService_4.6/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<validation validateIntegratedModeConfiguration="false" />
<modules runAllManagedModulesForAllRequests="true" />
<handlers>
<add verb="*" path="captimage.axd" name="syncfusion_generatetools" type="Syncfusion.JavaScript.ImageHandler, Syncfusion.EJ, Version=19.3450.0.46,, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" />
<add verb="*" path="captimage.axd" name="syncfusion_generatetools" type="Syncfusion.JavaScript.ImageHandler, Syncfusion.EJ, Version=19.3450.0.46, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" />
</handlers>
</system.webServer>
<runtime>
Expand All @@ -53,14 +53,6 @@
<assemblyIdentity name="Syncfusion.Compression.Base" publicKeyToken="3d67ed1f87d44c89" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-27.1450.52.0" newVersion="27.1450.52.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.6.5135.21930" newVersion="1.6.5135.21930" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Antlr3.Runtime" publicKeyToken="eb42632606e9261f" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-3.5.0.2" newVersion="3.5.0.2" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>

0 comments on commit 0af4f0e

Please sign in to comment.