Auf älteren Windows-Systemen (z.BOn older Windows systems (e.g. Server 2008) kann es vorkommen, dass das .NET-Framework nachträglich im IIS registriert werden muss. Dazu muss in der Eingabeaufforderung einer der folgenden Befehle ausgeführt werden:32-Bit Systemit may happen that the .NET framework has to be registered in IIS afterwards. To do this, one of the following commands must be executed in the command prompt:
32-bit system:
- C:\\[WindowsDirectory\]\Microsoft.NET\Framework\v4.0.30319> aspnet_regiis -i
64-Bit Systembit system:
- C:\\[WindowsDirectory\]\Microsoft.NET\Framework\v4.0.30319> aspnet_regiis -i
Weitere Informationen zum For more information about the aspnet_regiis -Befehl finden Sie unter folgendem Linkcommand, see the following link: https://msdn.microsoft.com/en-us/library/k6h9cz8h.aspx