Unable to set .NET 4 on Application Pool from remote, works locally on server

Posted by Robin Wassén-Andersson on Server Fault See other posts from Server Fault or by Robin Wassén-Andersson
Published on 2012-07-10T09:14:36Z Indexed on 2012/07/10 9:16 UTC
Read the original article Hit count: 234

Filed under:
|
|
|

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?

© Server Fault or respective owner

Related posts about iis

Related posts about .NET