Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error in ASP files
Message
De
04/06/2002 16:44:43
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Error in ASP files
Divers
Thread ID:
00664720
Message ID:
00664720
Vues:
44
Hello, recently i receive a place and i need to try to access it in my portable for modifications, but when i try to acces the asp page it display the next message error:


Error 405 of HTTP
405 Method not allowed

The specified method in the request line its not allowed in the resource identified for the request. Verify that it has the right configuration MIME type for the resource that you are requesting.

Contact the server administrator if the problem persist.

This is a translation from the original message error in spanish.

How do i solve this problem? this is my ASP line:
<%@ Language=VBScript %>
<%email = Request.Form("email") 
clave = Request.Form("clave")%>
<% SET Conn=Server.CreateObject("ADODB.Connection")
SET RS=Server.CreateObject("ADODB.Connection")
'Linea original
'ls_cadcon = "DRIVER={Microsoft Access Driver (*.mdb)};DBQ=E:\webspace\resadmin\mercad\mercadeoypublicidad.com\db\RegistroDeUsuariosMyP.mdb;UID=admin;PWD="
ls_cadcon = "DRIVER={Microsoft Access Driver (*.mdb)};DBQ=C:\mercadeoypublicidad.com\RegistroDeUsuariosMyP.mdb;UID=admin;PWD="
Conn.ConnectionString = ls_cadcon
Conn.Open
%>
<% sql="Select email, Clave, nombre, apellidos from RegistroPersonas where email='"&email&"' and Clave='"&Clave&"'"
set rs=conn.Execute (sql)%> 
<%if not rs.eof Then 
session("ingreso")="si"
session("tipo")="persona"
session("nombre")=rs("nombre")
session("apellidos")=rs("apellidos")
session("email")=email
Response.Redirect("Primera_Pagina.asp")
next to this code are more lines, please help me?
Thanks.
Répondre
Fil
Voir

Click here to load this message in the networking platform