python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
[DBNETLIB][ConnectionOpen (SECDoClientHandshake()).] SSL security error on windows server 2008
I have a problem of SQL connection between two servers. One of the servers where the site code is stored is a Windows Server 2008 and my database is on a Windows Server 2003.
Here is a part of my code...
Maxence Svensson
Votes: 0
Answers: 1
Infinite loading when executing a command in an asp file
Set oShell = Server.CreateObject ("WScript.Shell")
oShell.run "cmd.exe /C copy ""C:\inetpub\test\test.txt"" ""C:\inetpub\test\test2.txt"" "...
Maxence Svensson
Votes: 0
Answers: 0
Can't run command line in ASP classic
I have a problem on my windows 2003 server under IIS6. I can't launch a command line with Wscript.Shell. Here is a part of my code:
Set WshShell = Server.CreateObject("wscript.shell")
WshShe...
Maxence Svensson
Votes: 0
Answers: 0
Installing PHP on Windows 2003 Server Web edition...in 2022
I had installed php and mysql on Windows Server 2003 Web edition many years ago. The hard drive crashed on December 23rd, 2021, and although I had all our data backed up, I did not have a system backu...
user3221479
Votes: 0
Answers: 1