1

I had my mvc site with

runAllManagedModulesForAllRequests=true 

and had no problem, then I found, that for .net 4 I can disable it and have faster processing of static resources, I've changed to false and bam - 404 on my controller actions. I'm running my mvc application on IIS 7.5 with integrated app pool, have windows 7 with sp1. Am I missing something?

Giedrius
  • 8,430
  • 6
  • 50
  • 91
  • why dont you provide source of that claim that you can disable it ? – rouen Nov 08 '11 at 08:40
  • 2
    http://blogs.msdn.com/b/tmarq/archive/2010/04/01/asp-net-4-0-enables-routing-of-extensionless-urls-without-impacting-static-requests.aspx. Thing is, that I have IIS 7.5 instead of IIS 7 mentioned and as long as I can't install mentioned kb, I'm assuming, that it is not needed anymore. So may be someone made it work on IIS 7.5 – Giedrius Nov 08 '11 at 08:58

1 Answers1

1

Argh, after banging head to wall, I've found the issue - wrong route map record. Moral is - don't change two things at the time if don't like banging wall with your head.

Giedrius
  • 8,430
  • 6
  • 50
  • 91