Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Problem

User can access the website but is not logged in.

Under certain circumstances, the user can lose the Handler Mappings for *.svc files which results in the described behaviour.

 

Solution

Open a Command Prompt in Administrator mode and write:

On 64 bit OS:

 DISM /Online /Enable-Feature /FeatureName:WCF-HTTP-Activation45

On 32 bit OS:

DISM /Online /Enable-Feature /FeatureName:WCF-HTTP-Activation

 

Press Enter:

 

 

  • No labels