How do I re-create a web app from one Server Model to another?

Hello,

I would like to ask how to re-create an existing web app from a Server Model to another, for example ASP.NET to Php.
I have an existing web app created for a particular customer using ASP.NET Server Model and I now want to have a “standard” web app that can also support Php. There are no embedded ASP.NET codes, just plain HTML/CSS + Wappler modules (which I believe are mostly json + JavaScript files). I am thinking the migration of the pages are straightforward. But how about the other components?

  1. How do I migrate/copy the Server Actions from one server model to the other?
  2. Is it just copying the json files under App_Data?
  3. How about the automatically-generated aspx files under dmxConnect?
  4. Or do I need to re-create the Server Actions manually?
  5. Are there any other files/settings I need to migrate?

If anyone has already done this I would appreciate if you can share what you have done.

Thanks in advance.

Community Page
Last updated: