PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WEBDEV 2024 → Test de Projet WebDev ??
Test de Projet WebDev ??
Started by Mickaël BESLARD, Sep., 02 2003 7:20 PM - 1 reply
Posted on September, 02 2003 - 7:20 PM
Quand je veux tester même un exemple, la page d'accueil s'affiche
correctement. Mais ensuite c toujours pareil : La page est introuvable.

Dans WWAdmin si je fais un diagnostic


Installation du Protocole TCP/IP OK
Lancement du serveur HTTP OK
Configuration du Protocole AWP Point d'exclamation dans triangle rouge

Le Compte Rendu est le suivant :

HTTP/1.1 404 Objet introuvableServer: Microsoft-IIS/5.0Date: Tue, 02 Sep
2003 15:16:05 GMTContent-Length: 4149Content-Type: text/htmla:link
{font:8pt/11pt verdana; color:FF0000}a:visited {font:8pt/11pt verdana;
color:#4e4e4e}La page est introuvable function Homepage(){<!--// in real
bits, urls get returned to our script like this://
res://shdocvw.dll/http_404.htm#http://www.DocURL.com/bar.htm //For testing
use DocURL =
"res://shdocvw.dll/http_404.htm#https://www.microsoft.com/bar.htm" DocURL =
document.URL; //this is where the http or https will be, as found by
searching for :// but skipping the res://
protocolIndex=DocURL.indexOf("://",4); //this finds the ending slash for
the domain server serverIndex=D


Quand je fais serveur sous WWADmin / IIS / Avancé


Une Idée ??,



Mickael BESLARD
Posted on September, 03 2003 - 1:18 PM
Réponse : Faq 2623.

Dans le gestionnaire IIS, SiteWebparDéfaut, c'était le chemin de ww70awp.exe
qui n'était pas renseigné.


"Mickaël BESLARD" <Mickael@sealog2.local> a écrit dans le message de
news:3f54bff8$1@news....
Quand je veux tester même un exemple, la page d'accueil s'affiche
correctement. Mais ensuite c toujours pareil : La page est introuvable.

Dans WWAdmin si je fais un diagnostic


Installation du Protocole TCP/IP OK
Lancement du serveur HTTP OK
Configuration du Protocole AWP Point d'exclamation dans triangle rouge

Le Compte Rendu est le suivant :

HTTP/1.1 404 Objet introuvableServer: Microsoft-IIS/5.0Date: Tue, 02 Sep
2003 15:16:05 GMTContent-Length: 4149Content-Type: text/htmla:link
{font:8pt/11pt verdana; color:FF0000}a:visited {font:8pt/11pt verdana;
color:#4e4e4e}La page est introuvable function Homepage(){<!--// in real
bits, urls get returned to our script like this://
res://shdocvw.dll/http_404.htm#http://www.DocURL.com/bar.htm //For

testing
use DocURL =
"res://shdocvw.dll/http_404.htm#https://www.microsoft.com/bar.htm" DocURL

=
document.URL; //this is where the http or https will be, as found by
searching for :// but skipping the res://
protocolIndex=DocURL.indexOf("://",4); //this finds the ending slash for
the domain server serverIndex=D


Quand je fais serveur sous WWADmin / IIS / Avancé


Une Idée ??,



Mickael BESLARD