Skip to content

Commit

Permalink
加入 web.config 讓使用 Visual Studio 2013 的人可以順利執行專案
Browse files Browse the repository at this point in the history
  • Loading branch information
doggy8088 committed Oct 9, 2015
1 parent 78d92d1 commit 590631e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions web.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.webServer>
<staticContent>
<remove fileExtension=".json"/>
<mimeMap fileExtension=".json" mimeType="application/json" />
</staticContent>
</system.webServer>
</configuration>

0 comments on commit 590631e

Please sign in to comment.