Tengo un formulario en contacto.asp cuando envio el formulario me indica este error, a que es devido.
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator to inform of the time the error occurred and of anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
--------------------------------------------------------------------------------
Web Server at ------------.com
<FORM name="Formulario" id="Formulario" action="contacto.asp" method="post">
<h3 style="font-family: Verdana, Geneva, sans-serif; font-weight: bold; font-size: 16px; color: #00F;">CONTACTO</h3>
<p style="font-family: Verdana, Geneva, sans-serif; font-size: 12px;">Si desea ponerse en contacto con nosotros rellene el siguiente formulario de contacto o bien clique <a href="mailto:
[email protected]">aqui</a>. <br>
Los campos marcados con el símbolo * son obligatorios: </p>
<table border="0" align="center" cellpadding="0" cellspacing="0" class="texto">
<tr>
<td><span style="font-family: Verdana, Geneva, sans-serif">Nombre * </span><br>
<input name="contacto" type="text" class="Form2" id="contacto" size="33"></td>
<td width="20"></td>
<td><span style="font-family: Verdana, Geneva, sans-serif">Apellidos * </span><br><input name="apellidos" type="text" class="Form2" id="apellidos" size="33"></td>
</tr>
<tr>
<td height="10" colspan="3"></td>
</tr>
</table>
<table border="0" align="center" cellpadding="0" cellspacing="0" class="texto">
<tr>
<td><span style="font-family: Verdana, Geneva, sans-serif">Dirección completa</span><br><input name="direccion" type="text" class="Form2" id="direccion" size="52"></td>
<td width="20"></td>
<td><span style="font-family: Verdana, Geneva, sans-serif">Código postal</span><br><input name="codigopostal" type="text" class="Form2" id="codigopostal" size="14"></td>
</tr>
<tr>
<td height="10" colspan="3"></td>
</tr>
</table>
<table border="0" align="center" cellpadding="0" cellspacing="0" class="texto">
<tr>
<td width="123"><span style="font-family: Verdana, Geneva, sans-serif">Población</span><br>
<input name="poblacion" type="text" class="Form2" id="poblacion" size="20"></td>
<td width="36"></td>
<td width="129"><span style="font-family: Verdana, Geneva, sans-serif">Provincia</span><br>
<input name="provincia" type="text" class="Form2" id="provincia" size="20"></td>
<td width="28"></td>
<td width="120"><span style="font-family: Verdana, Geneva, sans-serif; font-size: 10px;">País</span><br>
<input name="pais" type="text" class="Form2" id="pais" size="20"></td>
</tr>
<tr>
<td height="10" colspan="5"></td>
</tr>
<tr>
<td><span style="font-family: Verdana, Geneva, sans-serif; font-size: 10px;">Teléfono</span><br>
<input name="telefono" type="text" class="Form2" id="telefono" size="20"></td>
<td width="36"></td>
<td width="129"><span style="font-family: Verdana, Geneva, sans-serif">Fax</span><br>
<input name="fax" type="text" class="Form2" id="fax" size="20"></td>
<td width="28"></td>
<td><span style="font-family: Verdana, Geneva, sans-serif">E-mail * </span><br>
<input name="email" type="text" class="Form2" id="email" size="20"></td>
</tr>
<tr>
<td height="10" colspan="5"></td>
</tr>
</table>
<table border="0" align="center" cellpadding="0" cellspacing="0" class="texto">
<tr>
<td><span style="font-family: Verdana, Geneva, sans-serif">Observaciones * </span><br>
<textarea name="observaciones" cols="70" rows="6" class="Form2" id="observaciones" ></textarea></td>
</tr>
<tr>
<td height="10"></td>
</tr>
<tr>
<td><a href="#" class="Boton1" style="cursor:pointer; color: #006; font-family: Arial, Helvetica, sans-serif; font-weight: bold;" onClick="javascript
:EnviarF();">
<input type="reset" name="cancelar" id="cancelar" value="Cancelar" />
<input type="submit" name="Enviar" id="Enviar" value="Enviar" />
</a></td>
</tr>
<tr>
<td height="25"></td>
</tr>
</table>
<p><br />
<br />
<span style="font-size: 11px; font-family: Verdana, Geneva, sans-serif;">A los efectos de lo que dispone la Ley Orgánica 15/1999, de 13 de
diciembre, de Protección de Datos de Carácter Personal, le
informamos que sus datos personales incluidos en esta Solicitud de Información
y los facilitados en este formulario van a ser incorporados en un fichero
creado bajo la responsabilidad de Motos Beltrán. Estos datos los facilita
voluntariamente para poder ser atendido en la solicitud de información
que cursa.
</span>
</p>
<p style="font-family: Verdana, Geneva, sans-serif; font-size: 11px;">Usted tiene derecho a acceder a la información que le concierne
recopilada en este fichero, rectificarla de ser errónea o cancelarla
</p>
</form>
El archivo de envio es el siguiente:
<%response.expires=0%>
<!-- #include file="cabecera.asp"-->
<!-- #include file="menuprod.asp"-->
<!-- #include file="pie.asp"-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>-----------</title>
<link href="estilos.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="contenedor">
<% cabecera %><% menuprod %>
<div id="contenido">
<span class="Titulo">CONTACTO</span>
<br>
<br>
Sus datos han sido enviados correctamente.<br>
En breve recibirá noticias nuestras.<br>
<br>
<b>Gracias por utilizar nuestros servicios.</b>
<% pie %>
</div>
</div>
</body>
</html>