Subfolder configuration

Step 1: Update HTML Base Tag

  1. In the index.html file, which is located under the wwwroot folder of your Angular project, find the <base> tag.

  2. Modify the href attribute to match your subfolder path. For example, if your subfolder is named Test, update the tag like this:

<base href="/Test/">
  1. Save the changes.

Step 2: Create a Subfolder

  1. Navigate to the web folder where Generate is installed, usually located in the root of your website.

  2. Create a new subfolder, for example, Test, under the main site directory.

Step 3: Update IIS Settings

  1. Open IIS Manager on your server.

  2. Expand the left-hand tree and locate the website where Generate is hosted.

  3. Select the newly created subfolder (e.g., Test), right-click, and choose Convert to Application.

  4. Follow the prompts to complete the conversion. Ensure that the subfolder has the appropriate permissions and points to the correct application pool.

Last updated