|
Step1: Configure Internet Information Server after you install the doQuments Web Client.
| 1. | Open the Control Panel. (To open the Control Panel click the Start menu and click on the Control Panel menu option) The Control Panel window will be displayed.
 |
| 2. | Double click the Administrative Tools option in the Control Panel window. The Administrative Tools window will be displayed.
 |
| 3. | Double click the Internet Information Services (IIS) Manager option in the Administrative Tools window. The Internet Information Services (IIS) Manager window will be displayed. |
| 4. | In the Connections pane , Expand LOCAL MACHINE >Web Sites > Default Web Sites and click on doquments |
| 5. | In the Features View, double click on Authentication.
 |
| 6. | Select Anonymous Authentication. In the Actions pane on the right, click on Edit... option |
| 7. | The Edit Anonymous Authentication Credentials dialog will pop up.
(Note: By default, IIS 7.0 uses ‘IUSR’ as the user name for anonymous access. This user name is created when you install IIS 7.0)
 |
| 8. | Select Specific User and then click Set to open the Set Credentials dialog box, and specify username as IUSR_DOQUMENTS and enter the password. Retype to confirm Password and then click OK.
|
| 9. |  |
Step 2 – Connect to MS Access database with Classic ASP in IIS 7.0
| 1. | Open C:\Windows\System32\inetsrv\config folder. |
| 2. | Locate the applicationHost.config file. |
| 3. | Open this file with Notepad (for this start Notepad and drag this file into Notepad). |
| 4. | Click on Edit > Find and search for the following text...
<processModel identityType="NetworkService" /> |
When you find the following results text -
<applicationPoolDefaults>
<processModel identityType="NetworkService" />
</applicationPoolDefaults>
Change the text as shown below: (** Please be very careful while changing this. Make sure there are no extra ‘spaces’ or ‘quotes’ and it is exactly as below. **)
<applicationPoolDefaults>
<processModel identityType="NetworkService" loadUserProfile="false" />
</applicationPoolDefaults>
| 6. | Convert the '.txt' back to '.config' |
Step 4 - Set folder permissions
|