Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(302)

Delta Between Two Patch Sets: Calendar.ASP.NET.MVC5/Views/Web.config

Issue 194980043: Issue 6: Create an ASP.Net MVC Sample Base URL: https://google-api-dotnet-client.samples.googlecode.com/hg/
Left Patch Set: Correct base revision Created 9 years, 2 months ago
Right Patch Set: Addressed peleyal's comments Created 8 years, 11 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « Calendar.ASP.NET.MVC5/Views/Shared/_LoginPartial.cshtml ('k') | Calendar.ASP.NET.MVC5/Views/_ViewStart.cshtml » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(Both sides are equal)
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 2
3 <configuration> 3 <configuration>
4 <configSections> 4 <configSections>
5 <sectionGroup name="system.web.webPages.razor" type="System.Web.WebPages.Raz or.Configuration.RazorWebSectionGroup, System.Web.WebPages.Razor, Version=3.0.0. 0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"> 5 <sectionGroup name="system.web.webPages.razor" type="System.Web.WebPages.Raz or.Configuration.RazorWebSectionGroup, System.Web.WebPages.Razor, Version=3.0.0. 0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
6 <section name="host" type="System.Web.WebPages.Razor.Configuration.HostSec tion, System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToke n=31BF3856AD364E35" requirePermission="false" /> 6 <section name="host" type="System.Web.WebPages.Razor.Configuration.HostSec tion, System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToke n=31BF3856AD364E35" requirePermission="false" />
7 <section name="pages" type="System.Web.WebPages.Razor.Configuration.RazorP agesSection, System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, Public KeyToken=31BF3856AD364E35" requirePermission="false" /> 7 <section name="pages" type="System.Web.WebPages.Razor.Configuration.RazorP agesSection, System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, Public KeyToken=31BF3856AD364E35" requirePermission="false" />
8 </sectionGroup> 8 </sectionGroup>
9 </configSections> 9 </configSections>
10 10
(...skipping 15 matching lines...) Expand all
26 <add key="webpages:Enabled" value="false" /> 26 <add key="webpages:Enabled" value="false" />
27 </appSettings> 27 </appSettings>
28 28
29 <system.webServer> 29 <system.webServer>
30 <handlers> 30 <handlers>
31 <remove name="BlockViewHandler"/> 31 <remove name="BlockViewHandler"/>
32 <add name="BlockViewHandler" path="*" verb="*" preCondition="integratedMod e" type="System.Web.HttpNotFoundHandler" /> 32 <add name="BlockViewHandler" path="*" verb="*" preCondition="integratedMod e" type="System.Web.HttpNotFoundHandler" />
33 </handlers> 33 </handlers>
34 </system.webServer> 34 </system.webServer>
35 </configuration> 35 </configuration>
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b