
17/11/2008, 04:10
|
| | Fecha de Ingreso: noviembre-2008
Mensajes: 22
Antigüedad: 16 años, 6 meses Puntos: 0 | |
Respuesta: Mi navegador no me abre los las asp probé el servidor IIS una vez instalado con el localhost y funcionava correctamente, el error que me da al abrirse (con Mozilla firefox) és el siguiente:
<%@LANGUAGE="VBSCRIPT"%>
<!--#include file="Connections/Contenidos_cook.asp" -->
<%
' *** Validate request to log in to this site.
MM_LoginAction = Request.ServerVariables("URL")
If Request.QueryString<>"" Then MM_LoginAction = MM_LoginAction + "?" + Server.HTMLEncode(Request.QueryString)
MM_valUsername=CStr(Request.Form("Usuario"))
If MM_valUsername <> "" Then
MM_fldUserAuthorization=""
MM_redirectLoginSuccess="login_spa/index_login.asp"
MM_redirectLoginFailed="log_error.htm"
MM_flag="ADODB.Recordset"
set MM_rsUser = Server.CreateObject(MM_flag)
En dw está instalado y coincide tal y como me enviais en los pantallazos
Gràcias por la ayuda |