How to update dll in Password reset portal Bin directory.

Hi All,

I have updated the database with the AAD module.

After updating the database password reset portal getting a problem.

When I put passcode and click next I get an error as below.

System.AggregateException: One or more errors occurred. ---> System.Exception: Error while processing account: ---> System.IO.FileNotFoundException: Could not load file or assembly 'AAD.Customizer' or one of its dependencies. The system cannot find the file specified.

On the web designer configuration editor "Enable automatic updates" is checked.

Also when I open the monitor page for the password reset portal it is not working getting an error "The webpage cannot be found"

For the normal web portal, I have updated assemblies using the monitor page.

How can I update assemblies for the password reset portal?

Also why it is not updated automatically if we have "Enable automatic updates" is checked?

Could you please tell me what is wrong and how can I fix this problem.

Thank you in advance.

Kind Regards,

Dnyandev

Parents
  • I think the setup of your password reset portal is not quite correct. Please ensure that the user, that is specified for the AutoUpdate, has write-access to the bin directories to update the files.

    The monitor page needs to be configured in the web.config of the password reset porta and you need to allow a set of users or groups to access this page.

    And please check the log file of the password reset portal for any errors.

Reply
  • I think the setup of your password reset portal is not quite correct. Please ensure that the user, that is specified for the AutoUpdate, has write-access to the bin directories to update the files.

    The monitor page needs to be configured in the web.config of the password reset porta and you need to allow a set of users or groups to access this page.

    And please check the log file of the password reset portal for any errors.

Children