|
15 | 15 | <section name="reporting" type="DotNetOpenAuth.Configuration.ReportingElement, DotNetOpenAuth" requirePermission="false" allowLocation="true" /> |
16 | 16 | </sectionGroup> |
17 | 17 | <section name="glimpse" type="Glimpse.Core.Configuration.Section, Glimpse.Core" /> |
18 | | - |
19 | | - <sectionGroup name="system.web.webPages.razor" type="System.Web.WebPages.Razor.Configuration.RazorWebSectionGroup, System.Web.WebPages.Razor"> |
20 | | - <section name="host" type="System.Web.WebPages.Razor.Configuration.HostSection, System.Web.WebPages.Razor" requirePermission="false" /> |
21 | | - <section name="pages" type="System.Web.WebPages.Razor.Configuration.RazorPagesSection, System.Web.WebPages.Razor" requirePermission="false" /> |
22 | | - </sectionGroup></configSections> |
| 18 | + |
| 19 | + <sectionGroup name="system.web.webPages.razor" type="System.Web.WebPages.Razor.Configuration.RazorWebSectionGroup, System.Web.WebPages.Razor"> |
| 20 | + <section name="host" type="System.Web.WebPages.Razor.Configuration.HostSection, System.Web.WebPages.Razor" requirePermission="false" /> |
| 21 | + <section name="pages" type="System.Web.WebPages.Razor.Configuration.RazorPagesSection, System.Web.WebPages.Razor" requirePermission="false" /> |
| 22 | + </sectionGroup> |
| 23 | + </configSections> |
23 | 24 | <appSettings> |
| 25 | + <add key="webPages:Enabled" value="false" /> |
| 26 | + |
24 | 27 | <add key="DebugMode" value="True" /> |
25 | 28 |
|
26 | 29 | <!-- Auth config --> |
|
40 | 43 | <!-- Create LinkedIn App at: https://www.linkedin.com/secure/developer?newapp= --> |
41 | 44 | <add key="oauth.LinkedIn.ConsumerKey" value="775ehqcqehcd8c" /> |
42 | 45 | <add key="oauth.LinkedIn.ConsumerSecret" value="CS2rbWinTVSBcYOz" /> |
43 | | - |
44 | | - <add key="webPages:Enabled" value="false" /></appSettings> |
| 46 | + </appSettings> |
45 | 47 | <system.webServer> |
46 | 48 | <handlers> |
47 | 49 | <add path="*" name="ServiceStack.Factory" type="ServiceStack.HttpHandlerFactory, ServiceStack" verb="*" preCondition="integratedMode" resourceType="Unspecified" allowPathInfo="true" /> |
|
54 | 56 | </system.webServer> |
55 | 57 | <system.web> |
56 | 58 | <compilation targetFramework="4.5" debug="true"> |
57 | | - |
58 | | - <buildProviders> |
59 | | - <add extension=".cshtml" type="ServiceStack.Razor.CSharpRazorBuildProvider, ServiceStack.Razor" /> |
60 | | - </buildProviders></compilation> |
| 59 | + |
| 60 | + <buildProviders> |
| 61 | + <add extension=".cshtml" type="ServiceStack.Razor.CSharpRazorBuildProvider, ServiceStack.Razor" /> |
| 62 | + </buildProviders> |
| 63 | + </compilation> |
61 | 64 | <httpRuntime targetFramework="4.5" /> |
62 | 65 | <httpHandlers> |
63 | 66 | <!-- IIS6 mapping required for Mono --> |
|
73 | 76 | <system.web.webPages.razor> |
74 | 77 | <pages pageBaseType="ServiceStack.Razor.ViewPage"> |
75 | 78 | <namespaces> |
76 | | - |
77 | | - |
78 | | - |
79 | | - |
80 | | - |
81 | | - |
82 | | - |
| 79 | + <add namespace="System" /> |
| 80 | + <add namespace="ServiceStack" /> |
| 81 | + <add namespace="ServiceStack.Html" /> |
| 82 | + <add namespace="ServiceStack.Razor" /> |
| 83 | + <add namespace="ServiceStack.Text" /> |
| 84 | + <add namespace="ServiceStack.OrmLite" /> |
| 85 | + <add namespace="BenchmarksAnalyzer" /> |
83 | 86 | <add namespace="BenchmarksAnalyzer.ServiceModel" /> |
84 | 87 | <add namespace="BenchmarksAnalyzer.ServiceModel.Types" /> |
85 | 88 | <add namespace="BenchmarksAnalyzer.ServiceInterface" /> |
86 | | - <add namespace="System" /><add namespace="ServiceStack" /><add namespace="ServiceStack.Html" /><add namespace="ServiceStack.Razor" /><add namespace="ServiceStack.Text" /><add namespace="ServiceStack.OrmLite" /><add namespace="BenchmarksAnalyzer" /></namespaces> |
| 89 | + </namespaces> |
87 | 90 | </pages> |
88 | 91 |
|
89 | | - |
90 | | - <host factoryType="System.Web.Mvc.MvcWebRazorHostFactory, System.Web.Mvc" /></system.web.webPages.razor> |
| 92 | + <host factoryType="System.Web.Mvc.MvcWebRazorHostFactory, System.Web.Mvc" /> |
| 93 | + </system.web.webPages.razor> |
91 | 94 |
|
92 | 95 | <!-- log4net is a 3rd party (free) logger library that dotnetopenid will use if present but does not require. --> |
93 | 96 | <log4net> |
|
0 commit comments