Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

tMany Many different errors can be fixed by simply running a .NET repair. Performing a .NET Repair will vary based on what version of Windows Server you’re running.

...

  1. Open a Command Prompt as an administrator and run each of these separately:
    1. Dism/online /Disable-Feature /FeatureName:IIS-ASPNET45
    2. dism /online /enable-feature /featurename:IIS-ASPNET45  (This can take a moment – wait until you see a progress bar appear and reach 100%)

Image Modified

Clearing .NET Temp Files

...

  1. Open command prompt as an administrator
  2. Run the command: iireset iisreset /stop
  3. Browse to C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files in the windows files explorer
  4. Clear the temp files in this location that pertain to GlobalSearch
  5. Run the command iisreset /start

...