<%
dim conexion
Set conexion = Server.CreateObject("ADODB.Connection")
conexion.Open "DRIVER={SQL Server}; Server= Rossana; database= base_datos; uid= sa; pwd="
response. write "conexion lista"
conexion.close
set conexion = nothing
%>
Esto me da el error:
HTTP- 500 Error interno del servidor. Si alguien sabe por favor dígame.
Saludos