Problemas con WML
Publicado por George (4 intervenciones) el 02/02/2006 16:42:30
Q tal muchachos tengo el sgte problema: Tengo una página con el nombre DEFAULT.ASP q llama a la página PROCESARLOGIN.ASP y a la hora de llamar a dicha página me sale el sgte ERROR:
Imposible obtener el URLhttp://localhost/material/procesarlogin.asp
Error de HTTP: 500 (Internal Server Error)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"><html dir=ltr><head><style>a:link {font:8pt/11pt verdana; color:FF0000} a:visited {font:8pt/11pt verdana; color:#4e4e4e}</style><META NAME="ROBOTS" CONTENT="NOINDEX"><title>The page cannot be displayed</title><META HTTP-EQUIV="Content-Type" Content="text-html; charset=Windows-1252"></head><script> 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=DocURL.indexOf("/",protocolIndex + 3);//for the href, we need a valid URL to the domain. We search for the # symbol to find the begining //of the true URL, and add 1 to skip it - this is the BeginURL value. We use serverIndex as the end marker. //urlresult=DocURL.substring(protocolIndex - 4,serverIndex); BeginURL=DocURL.indexOf("#",1) + 1; urlresult=DocURL.substring(BeginURL,serverIndex); //for display, we need to skip after http://, and go to the next slash displayresult=DocURL.substring(protocolIndex + 3 ,serverIndex); document.write( "<A HREF="" + escape(urlresult) + "">' + displayresult + "</a>"); } //--></script><body bgcolor="FFFFFF"><table width="410" cellpadding="3" cellspacing="5"><tr> <td align="left" valign="middle" width="360"><h1 style="COLOR:000000; FONT: 13pt/15pt verdana"><!--Problem-->No se puede mostrar la página</h1></td></tr><tr><td width="400" colspan="2"><font style="COLOR:000000; FONT: 8pt/11pt verdana">Hay un problema con la página que está intentando ver y no se puede mostrar.</font></td></tr><tr><td width="400" colspan="2"><font style="COLOR:000000; FONT: 8pt/11pt verdana"><hr color="#C0C0C0" noshade><p>Please try the following:</p><ul><li id="instructionsText1">Haga clic en el botón <a href="javascript:location.reload()">Actualizar</a> o inténtelo de nuevo más tarde.<br></li><li>Abra la página principal de <script><!-- if (!((window.navigator.userAgent.indexOf("MSIE") > 0) && (window.navigator.appVersion.charAt(0) == "2"))) { Homepage(); } //--></script>y, a continuación, busque vínculos a la información que desea. </li></ul><h2 style="font:8pt/11pt verdana; color:000000">HTTP 500.100. Error interno del servidor: error de ASP<br>Servicios de Internet Information Server</h2><hr color="#C0C0C0" noshade><p>Información técnica (para personal de soporte técnico)</p><ul><li>Tipo de error:<br>Microsoft OLE DB Provider for ODBC Drivers (0x80004005)<br>[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified<br><b>/material/bd_init.asp, line 15</b><br></li><p><li>Tipo de explorador:<br>WinWAP/3.2 (3.2.1.28; Win32)</li><p><li>Página:<br>POST 0 bytes to /material/procesarlogin.asp</li><p><li>Datos de POST:<br></li><p><li>Hora:<br>jueves, 02 de febrero de 2006, 10:18:41</li></p><p><li>Más información:<br><a href="http://www.microsoft.com/ContentRedirect.asp?prd=iis&sbp=&pver=5.0&ID=500;100&cat=Microsoft+OLE+DB+Provider+for+ODBC+Drivers&os=&over=&hrd=&Opt1=&Opt2=%2D2147467259&Opt3=%5BMicrosoft%5D%5BODBC+Driver+Manager%5D+Data+source+name+not+found+and+no+default+driver+specified">Soporte técnico de Microsoft</a></li></p></font></td></tr></table></body></html>
Imposible obtener el URLhttp://localhost/material/procesarlogin.asp
Error de HTTP: 500 (Internal Server Error)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"><html dir=ltr><head><style>a:link {font:8pt/11pt verdana; color:FF0000} a:visited {font:8pt/11pt verdana; color:#4e4e4e}</style><META NAME="ROBOTS" CONTENT="NOINDEX"><title>The page cannot be displayed</title><META HTTP-EQUIV="Content-Type" Content="text-html; charset=Windows-1252"></head><script> 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=DocURL.indexOf("/",protocolIndex + 3);//for the href, we need a valid URL to the domain. We search for the # symbol to find the begining //of the true URL, and add 1 to skip it - this is the BeginURL value. We use serverIndex as the end marker. //urlresult=DocURL.substring(protocolIndex - 4,serverIndex); BeginURL=DocURL.indexOf("#",1) + 1; urlresult=DocURL.substring(BeginURL,serverIndex); //for display, we need to skip after http://, and go to the next slash displayresult=DocURL.substring(protocolIndex + 3 ,serverIndex); document.write( "<A HREF="" + escape(urlresult) + "">' + displayresult + "</a>"); } //--></script><body bgcolor="FFFFFF"><table width="410" cellpadding="3" cellspacing="5"><tr> <td align="left" valign="middle" width="360"><h1 style="COLOR:000000; FONT: 13pt/15pt verdana"><!--Problem-->No se puede mostrar la página</h1></td></tr><tr><td width="400" colspan="2"><font style="COLOR:000000; FONT: 8pt/11pt verdana">Hay un problema con la página que está intentando ver y no se puede mostrar.</font></td></tr><tr><td width="400" colspan="2"><font style="COLOR:000000; FONT: 8pt/11pt verdana"><hr color="#C0C0C0" noshade><p>Please try the following:</p><ul><li id="instructionsText1">Haga clic en el botón <a href="javascript:location.reload()">Actualizar</a> o inténtelo de nuevo más tarde.<br></li><li>Abra la página principal de <script><!-- if (!((window.navigator.userAgent.indexOf("MSIE") > 0) && (window.navigator.appVersion.charAt(0) == "2"))) { Homepage(); } //--></script>y, a continuación, busque vínculos a la información que desea. </li></ul><h2 style="font:8pt/11pt verdana; color:000000">HTTP 500.100. Error interno del servidor: error de ASP<br>Servicios de Internet Information Server</h2><hr color="#C0C0C0" noshade><p>Información técnica (para personal de soporte técnico)</p><ul><li>Tipo de error:<br>Microsoft OLE DB Provider for ODBC Drivers (0x80004005)<br>[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified<br><b>/material/bd_init.asp, line 15</b><br></li><p><li>Tipo de explorador:<br>WinWAP/3.2 (3.2.1.28; Win32)</li><p><li>Página:<br>POST 0 bytes to /material/procesarlogin.asp</li><p><li>Datos de POST:<br></li><p><li>Hora:<br>jueves, 02 de febrero de 2006, 10:18:41</li></p><p><li>Más información:<br><a href="http://www.microsoft.com/ContentRedirect.asp?prd=iis&sbp=&pver=5.0&ID=500;100&cat=Microsoft+OLE+DB+Provider+for+ODBC+Drivers&os=&over=&hrd=&Opt1=&Opt2=%2D2147467259&Opt3=%5BMicrosoft%5D%5BODBC+Driver+Manager%5D+Data+source+name+not+found+and+no+default+driver+specified">Soporte técnico de Microsoft</a></li></p></font></td></tr></table></body></html>
Valora esta pregunta


0