To resolve this problem, turn off the application mode
setting for the Microsoft Dynamics CRM Web site. To do this in Microsoft Dynamics CRM 4.0, follow these steps:
- Log on to the Microsoft CRM Web client as a user who has access to the system settings.
- Click Settings, click Administration, and then click System Settings.
-
On the Customization tab, click to clear the check box for the Open Microsoft Dynamics CRM in Application mode.
To do this in Microsoft Dynamics CRM 3.0, follow these
steps:
- Locate the Microsoft Dynamics CRM 3.0 Web site directory on
the Microsoft Dynamics CRM 3.0 server. To do this, follow these steps:
- In Microsoft Internet Information Services (IIS)
Manager, expand Computer_name, and then expand
Web Sites.
Note Computer_name is a placeholder for the actual name of the computer where you install the Microsoft Dynamics CRM Web
application. - Right-click Microsoft CRM v3.0, and
then click Properties.
- In the Microsoft CRM v3.0 Properties
dialog box, click the Home Directory tab, and then identify
the path that appears in the Local path box.
- Click OK.
- In the directory that you located in step 1, open the
Web.config file.
- In the AppSettings section, change the
following code line as follows.
Existing code line<add key="AppMode" value="On"/>
Replacement code line<add key="AppMode" value="Off"/>
- On the File menu, click
Save.
- On the File menu, click
Exit.
- Restart IIS on the Microsoft Dynamics CRM 3.0 server. To do
this, click Start, click Run, type
iisreset, and then click OK.