How to make ASP.NET MVC 4 or 5 work

If the user is facing trouble with ASP.NET MVC 4 or 5, then please add the below content in his/her domain webconfig file under the configuration section to make it work.

============================================================================================
<configuration>
  <system.webServer>
    <modules runAllManagedModulesForAllRequests="true">
    </modules>
  </system.webServer>
<configuration>
=============================================================================================

If module is already define in user domain web config then only need to add below context.

===========================================================================
<modules runAllManagedModulesForAllRequests="true">
===========================================================================

Shubham Saturday 14 March 2015 - 11:39 pm | | Default
Used tags: , , , , ,

No comments

(optional field)
(optional field)

Comment moderation is enabled on this site. This means that your comment will not be visible until it has been approved by an editor.

Remember personal info?
Small print: All html tags except <b> and <i> will be removed from your comment. You can make links by just typing the url or mail-address.