# Pre-conditions

1. Backup of Sage CRM:-

* Take a backup of the Sage CRM database and complete the Sage CRM installation directory.

&#x20;2\.  Backup of Sage X3:-

* Take a complete backup of the Sage X3 database and complete the Sage X3 installation system.

3\.  Configure IIS:-

a. For Configuring IIS versions before 6.0.

* Select Start | Settings | Control Panel | Administrative Tools | Internet Information Services IIS Manager.
* Click on the Web Services Extensions folder, you will see a list on the left-hand side. When installing IIS, the services installed are in a highly secure and "locked" mode. By default, IIS serves only static content, meaning features like ASP, ASP.NET, Server-Side, and FrontPage Server Extension do not work unless enabled. If you do not enable this functionality after installing IIS, IIS returns a 404 error. Refer to the below image.

<figure><img src="/files/YldaWUWrl3RvygfK3w28" alt=""><figcaption></figcaption></figure>

* Select all unknown ISAPI Extensions from the Web Services Column and select the Allow button.
* Also, select the Active Server Pages and click the allow button.

Enable parent paths &#x20;

* Select Start | Control Panel | Administrative Tools | Internet Information Services IIS        Manager.
* In IIS Manager, Go to the default Web site properties by clicking the right mouse button and clicking Properties.
* In the Default Website properties window, click on the “Home Directory” tab.
* In the “Home Directory” tab, click on the “Configuration” button.
* In the Configuration screen, click on the Options tab and set the Enable Parent Path option to check. Refer to the below image.

<figure><img src="/files/qOQQor1KxeIvy5NBdmn0" alt=""><figcaption></figcaption></figure>

b. Configure IIS version 6 or above

* Select Start | Control Panel | Administrative Tools | Internet Information Services IIS Manager.
* Click on the Internet Information Service Manager (IIS) Manager| Server (Server\Administrator) | ISAPI and CGI Restrictions.

<figure><img src="/files/Ncl4JVMOVdyK10Xktd8k" alt=""><figcaption></figcaption></figure>

* Click on ISAPI and CGI Restrictions, allow access to Active Server Pages, and Allow unspecified ISAPI modules. When installing IIS, the service is installed in a highly secure and "locked" mode. By default, IIS serves only static content, meaning features like ASP, ASP.NET, Server-Side, and FrontPage Server Extension do not work unless enabled. If you do not enable this functionality after installing IIS, IIS returns a 404 error. Refer to the below image.

<figure><img src="/files/9WXMrJRfqzyoUXs8RfeH" alt=""><figcaption></figcaption></figure>

Enable parent path

* Select Start | Control Panel | Administrative Tools | Internet Information Services IIS Manager. You can even do this by clicking your Windows Start button and entering "inetmgr" into the search box. Then press enter.
* On the Connections pane, expand the server node and select your site from underneath "Sites."
* On the Features view, double-click "ASP."
* Change "Enable Parent Paths" to "True."
* Under the Actions pane, click "Apply."

<figure><img src="/files/7nMXEpdk4RepvAqGsrum" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.greytrix.com/gumu-sage-crm-integration/sage-x3/installation-guide/pre-requisites/pre-conditions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
