Es raro, porque supuestamente la línea 232 es un comentario.
Acá te envío el código (la línea en negrita, es la 232):
'Set the diffrent variables for diffrent database types
If strDatabaseType = "SQLServer" Then
%>
<!--#include file="admin/SQL_server_connection.asp" -->
<%
End If
If strDatabaseType = "SQLServer" Then
'The GetDate() function is used in SQL Server
strDatabaseDateFunction = "GetDate()"
Else
'The now() function is used in Access
strDatabaseDateFunction = "Now()"
End If
'Set the connection string to the database
adoCon.connectionstring = strCon
'Set an active connection to the Connection object
adoCon.Open
'Read in the Forum configuration
'Intialise the ADO recordset object
Set rsCommon = Server.CreateObject("ADODB.Recordset")
'Initialise the SQL variable with an SQL statement to get the configuration details from the database
If strDatabaseType = "SQLServer" Then
strSQL = "EXECUTE " & strDbProc & "SelectConfiguration"
Else
strSQL = "SELECT TOP 1 " & strDbTable & "Configuration.* From " & strDbTable & "Configuration;"
End If
Si querés ver bien el error, entrá a
www.rataforo.com.ar.
Para mi es error de servidor, porque siempre anduvo bárbaro.
Gracias
Un saludo