Deploy ASP.NET MVC IIS Error 403.14

Sewaktu mendeploy web app ke server CSS Pertamina, muncul error 403.14. Ada 2 solusi:

1. Install .NET framework 4.5

2. Mengubah web.config

[code language=”xml”]
<system.webServer>
<modules runAllManagedModulesForAllRequests="true" />
….
</system.webServer>
[/code]

Chandra Oemaryadi has written 244 articles

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>