How to move customized web application to different server

 I created and customized a web application based on database in test env
How can I move the mywebapp in production env? There is a way?

I read many times "Exporting a module from the database to the hard drive" in support.oneidentity.com/.../14 but it's really unclear how to do this.

Could I move the solution to filesystem then import it to a different server? I cant find the exact steps to follow.

Thanks

Parents
  • HI Stefano

    The web application is driven by the database.

    In your new server, you can install the vanilla web application, then import the data from your test env into the production env (using transport packages).

    If you didn't make changes to a change label, you can export the modules from DialogAEDS table directly

    Hope that helps

Reply
  • HI Stefano

    The web application is driven by the database.

    In your new server, you can install the vanilla web application, then import the data from your test env into the production env (using transport packages).

    If you didn't make changes to a change label, you can export the modules from DialogAEDS table directly

    Hope that helps

Children