Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Assuming that your default website has been configured as an application in IIS, the most likely cause of this issue is having the application pool running the Classic pipeline as opposed to the Integrated pipeline. In all of the MVC applications that we have deployed to Azure, local IIS servers and development machines, we have not had to touch the handler mappings unless having to <em>trick</em> IIS 6 into hosting an MVC site. </p> <p>To check for the application pool pipeline:</p> <ol> <li><p>Open the IIS manager</p></li> <li><p>Right click on the Default Web Site, and choose Advanced Settings. This will open up a window <img src="https://i.stack.imgur.com/AEHmg.png" alt="enter image description here"></p></li> <li><p>Note the name of the Application Pool. Now, close this window and click on Application Pools on the left hand menu in IIS manager <img src="https://i.stack.imgur.com/9HQCu.png" alt="enter image description here"></p></li> <li><p>If the Managed Pipeline Mode is not set to Integrated (eg is reading classic), then right click the Application Pool and select basic settings. From here, you can change the Pipeline type. Choose integrated.</p></li> </ol> <p><img src="https://i.stack.imgur.com/09Rt5.png" alt="enter image description here"></p> <p>5.The application pool should immediately restart, but you can choose to restart it or IIS manually to ensure that your changes have taken affect.</p> <p><strong>Note</strong> - If you are running IIS 6, <a href="http://blog.stevensanderson.com/2008/07/04/options-for-deploying-aspnet-mvc-to-iis-6/" rel="nofollow noreferrer">here is a link</a> that describes how to adjust the handler mappings so that IIS 6 can run an MVC site. </p> <p><strong>Addendum</strong> - If you have been mucking with the handler mappings, depending on what has been changed, you may want to try this on a clean IIS install. It is not clear what handlers have been misconfigured as your team attempted to make an MVC deployment work.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload