Plesk for Windows
kb: technical
ABT: Group A
Applicable to:
- Plesk for Windows
Symptoms
The following error message appears on attempt to open a website on ASP.NET 4.0:
CONFIG_TEXT: Could not load type 'System.ServiceModel.Activation.HttpModule' from assembly 'System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
Cause
ASP.NET 4 is not properly registered in Microsoft IIS.
Resolution
-
Connect to the Plesk server via RDP.
-
Re-register ASP.NET 4.0 module in IIS:
C:\> dism.exe /Online /Enable-Feature /all /FeatureName:IIS-ASPNET45
-
Restart IIS to apply the change:
C:\> iisreset
-
Repair web-server configuration for the domain:
C:\> plesk repair web example.com
Comments
0 comments
Please sign in to leave a comment.