Server Error Path

0

When I go to find a route to the server I get the following error in the LOG,

A trust must be established with the team for delegation and the current user account must be configured to allow delegation.

It is worth mentioning that I am occupying window server 2012 R2, and activate the user profile load, since what I need is to rescue a pfx file to connect to the SII, locally it works excellent the problem is that I need to test it locally on the server and that's where the problem is.

    
asked by Yerko Leiva Cáceres 14.08.2018 в 18:38
source

1 answer

0

Problem with getting the certificate from the iis:

  
  • Give IIS AppPool \ mydomain.com permission to the folder to be shared on the same server.
  •   

    Ejm. You go to your folder c: \ LOG right click properties, security tab, then edit, then add, in the location you select the name of the server (not the whole directory) and there you place IIS AppPool \ mydomain.com, changing mydomain.com by the pool name of your application if it is the default: IIS AppPool \ DefaultAppPool

      
  • Change the AppPool configuration in which we have to put "True" to load user profile.
  •   

    Ex. you go to the iis manager, then the application pool, you open the advanced configuration of the pool with which you are working, you search for load user profile and you place it True

      
  • In case of error, IIS_IUSR is given permissions in the folder that you want to get the certificate.
  •   

    Ex. The same as the one point you're looking for IIS_IUSR

        
    answered by 15.08.2018 в 23:41