I have copied some SQL and Websites from one server to another. I have looked at the common.asp to try to fix the below but not sure what is wrong. The error message is at the bottom. I've tried changing the datasource and checked folder/file permissions.
(I'd just like to state this was not my project!)
<%
Option Explicit
'Include Files @0-BD8F2926
%>
<!-- #INCLUDE VIRTUAL="/Adovbs.asp" -->
<!-- #INCLUDE VIRTUAL="/Classes.asp" -->
<!-- #INCLUDE VIRTUAL="/MD5.asp" -->
<!-- #INCLUDE VIRTUAL="/Upload.asp" -->
<%
'End Include Files
'Debug Mode @0-6D408BB0
Dim DebugMode : DebugMode = False
'End Debug Mode
'Use URLEncoding @0-38C7F056
Dim useURLEncoding : useURLEncoding = True
'End Use URLEncoding
'Script Engine Version Check @0-02EA3A85
If ScriptEngineMajorVersion < 5 Then
Response.Write "Sorry. This program requires VBScript 5.1 to run.&l ...
Go to the complete details ...