Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error in ASP files
Message
From
04/06/2002 16:44:43
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Error in ASP files
Miscellaneous
Thread ID:
00664720
Message ID:
00664720
Views:
42
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.
Reply
Map
View

Click here to load this message in the networking platform