Learn Setup Windows SQL Server - aliconnect/aliconnect.sdk GitHub Wiki
Setup Windows SQL
-
Log alle aanmeld acties van gebruikers
- You can enable connection logging. For SQL Server 2008, you can enable Login Auditing. In SQL Server Management Studio, open SQL Server Properties > Security > Login Auditing select "Both failed and successful logins".
Make sure to restart the SQL Server service.
-
Logging bekijken via browser
- Toegang tot log folder
- Ga naar
C:\Program Files\Microsoft SQL Server\MSSQL{n}\MSSQL
- Eigenschappen/Beveiliging
- Voeg toe gebruiker
IUSR
met lees rechten
- Ga naar
- Toegang tot log folder
openssl pkcs12 -export -out cert.pfx -inkey private.key -in cert.crt -certfile CACert.crt
rem openssl pkcs12 -export -out aliconnect_nl.pfx -inkey aliconnect_nl.key -in __aliconnect_nl.crt -certfile __aliconnect_nl.ca-bundle
pause
OpenSSL> x509 -x509toreq -in __aliconnect_nl.crt -out aliconnect.csr -signkey aliconnect.key