Cannot add duplicate collection entry of type 'mimeMap' with unique key attribute 'fileExtension' set to '.json'
Solution :
- Just Remove the mimeMap before you add it .
<system.webServer>
<staticContent>
<remove fileExtension=".json" />
<mimeMap fileExtension=".json" mimeType="application/json" />
</staticContent>
</system.webServer>
naadydev@outlook.com
www.mohnady.com
No comments:
Post a Comment