Unable to set .NET 4 on Application Pool from remote, works locally on server
- by Robin Wassén-Andersson
I have setup Remote Administration for IIS successfully and connected to it.
For some reason .NET Framework 4 doesn't show up as an option when configuring the Application Pools from remote even though .NET 4 is installed on both server and client (not that client should matter).
If I login to the server with RDP and configure the Application Pools it work as intended, the option shows up.
Even more odd is if I edit an Application Pool that already runs .Net 4 it shows up as an alternative (kind of strangly formatted text though, just says v4.0 instead of .NET Framework v4.0.30319 )
How should I proceed to solve this?