ASP.NET MVC et httpRuntime executionTimeout

Je voudrais augmenter la httpRuntime executionTimeout pour un paragraphe d'un ASP.NET application MVC.

Dans une Web App, vous pouvez utiliser:

<configuration>
  <location path="UploadPage.aspx">
    <httpRuntime executionTimeout="600"/>
  </location>
</configuration>

Cependant il n'est vraiment pas l'idée de "Dossiers" dans l'ASP.NET MVC, alors comment pourrais-je aller sur le faire?

Permet de supposer l'ASP.NET MVC chemin est /Images/Upload avec un ImagesController et Action Télécharger.

InformationsquelleAutor E Rolnicki | 2009-01-29