Iis – What would automatically change the .NET framework version of a site in IIS

frameworkiisnet

The subject says it all, can a reboot or a patch install cause the framework to change from 2.x to 1.x automatically? I have sites that break for no reason from time to time and when we look in IIS the framework version has changed without anyone doing so manually. ???

Best Answer

A couple of things I can think of, and none of them related to system funkiness (that is, all are self-inflicted):

  • A developer having an old copy of a project file when deploying an update to the site
  • The IIS metabase getting restored (although I'd think this would cause other panic attacks as well)
  • An app pool serving apps targeting differing frameworks (maybe? reaching on this one)