This guide will help you deploy your frontend and backend applications on IIS (Internet Information Services) and configure them correctly.
C:\inetpub\wwwroot\frontend_folder
frontend_folder, place your backend published files in a folder named publish:C:\inetpub\wwwroot\frontend_folder\publish
appConfig.json for FrontendEdit appConfig.json located at:
C:\inetpub\wwwroot\frontend_folder\appConfig.json
{
"apiUrl": "http://<MACHINE_IP>/publish/api",
"Version": "1.0.0.1"
}
Replace <MACHINE_IP> with your actual server IP and make sure the path to the API is correct.

Edit appConfig.json located in the assets folder: