Fix release compile

refactor-intermediate-models
Thomas Hounsell 2015-12-20 23:56:51 +00:00
parent 8527a9828c
commit 2585ff4a4e
1 changed files with 6 additions and 0 deletions

View File

@ -30,6 +30,10 @@
<add name="BuildFeedRoleProvider" type="MongoAuth.MongoRoleProvider,MongoAuth" />
</providers>
</roleManager>
<httpModules>
</httpModules>
<httpHandlers>
</httpHandlers>
</system.web>
<system.webServer>
<urlCompression doDynamicCompression="true" />
@ -40,6 +44,8 @@
<remove name="TRACEVerbHandler" />
<add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="*" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0" />
</handlers>
<modules>
</modules>
<rewrite>
<rules>
<rule name="(2015-05) Support Pages">