Skip to content
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.

Commit

Permalink
Added System reference to razor assemblies.
Browse files Browse the repository at this point in the history
  • Loading branch information
csainty committed Jun 21, 2012
1 parent b868dcd commit 04498e8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Apphbify/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,9 @@
<add name="Nancy" verb="*" type="Nancy.Hosting.Aspnet.NancyHttpRequestHandler" path="*" />
</handlers>
</system.webServer>
<razor disableAutoIncludeModelNamespace="false" />
<razor disableAutoIncludeModelNamespace="false">
<assemblies>
<add assembly="System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
</assemblies>
</razor>
</configuration>

0 comments on commit 04498e8

Please sign in to comment.