reduce webconfig

This commit is contained in:
Tommy Parnell
2015-02-28 23:47:31 -05:00
parent adc11542e2
commit 91db6cefe1

View File

@@ -48,34 +48,6 @@
</modules> </modules>
<validation validateIntegratedModeConfiguration="false" /> <validation validateIntegratedModeConfiguration="false" />
</system.webServer> </system.webServer>
<location path="Images">
<system.webServer>
<handlers>
<remove name="Nancy" />
</handlers>
</system.webServer>
</location>
<location path="Scripts">
<system.webServer>
<handlers>
<remove name="Nancy" />
</handlers>
</system.webServer>
</location>
<location path="Content">
<system.webServer>
<handlers>
<remove name="Nancy" />
</handlers>
</system.webServer>
</location>
<location path="fonts">
<system.webServer>
<handlers>
<remove name="Nancy" />
</handlers>
</system.webServer>
</location>
<system.web.webPages.razor> <system.web.webPages.razor>
<pages pageBaseType="Nancy.ViewEngines.Razor.NancyRazorViewBase"> <pages pageBaseType="Nancy.ViewEngines.Razor.NancyRazorViewBase">
<namespaces> <namespaces>