SQL Server 2012 classic asp connection string
问题 I have a SQL Server 2012 Express installation with a new DB called BRD that I have created. I have also created a test table ( tempDemo ), and a test stored procedure ( getStList ) in the BRD database. The stored procedure works when I run it in the query window so I believe the table and stored procedure are legit. The SQL Server is set to "SQL Server and Windows Authentication mode". I then attempted to create a Classic ASP page that then connected to the SQL Server using the following