salut, j'avais windows XP sur lequel j'avais installé IIS 6.0 et l'ai configuré pour prendre en charge les documents .prolog pour le langage prolog. mntnt que j'ai installé windows 7 j'ai essayé de faire autant mais en vain parce que l'IIS sous windows 7 est différent et je sais s'il y a aussi des restrictions sous windows 7 . je vous passe les étapes pour la configuration sous XP espérant trouver qcq un qui peut le faire sous Windows 7. A propos je sais pas si c'est le bon forum
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43 Internet Informatin Services (IIS) ---------------------------------- .....(étapes n'invoquant pas l'IIS) 7. Allow index.prolog (or Default.prolog) files to be the default document. i.e., In Control Panel, select Administrative Tools, and load the Internet Information Services management console. Expand (Local Computer), Web Sites, and right click on "Default Web Site". Select Properties. Choose the "Documents" tab. Click "Add..." to add either index.prolog or Default.prolog as a default document. 8. Define mapping for .prolog files to SWI Prolog. i.e., While still in the properties for the Default Web Site (step 4 above), select the "Home Directory" tab. Click on the "Configuration..." button. In the Application Mappings, click "Add". Enter the application extension mapping as follows: Executable: C:\progra~1\pl\bin\plcon.exe -q -s c:\psp\webserver.pl -g run_page -t halt Extension: .prolog Verbs: All Verbs Script engine: Enabled Check that file exists: Enabled 9. Test the installation. i.e., Copy the example directory to c:\inetpub\wwwroot\ Open up your web browser and visit http://localhost/example/simple.prolog
Partager