This is the first time I’ve setup a sql express connection. I have sql express 2017 installed on the same server as the IIS. So I’m a bit confused on setting up the connection. Its a bit different than a normal SQL connection.
Use Database file? Is this just a name or the full path to get to it? and is the database name should include the .mdf after the name?
path to the database is C:\Program Files\Microsoft SQL Server\MSSQL14.SQLEXPRESS\MSSQL\DATA\hitek.mdf
I"m connecting to the webserver through a VPN and to a shared drive so security wise I don’t have to open up FTP ports etc. Could that be part of the issue maybe?
I"m guessing since the sql express and IIS are on the same server, I don’t need to open firewall ports? But do I need to open a firewall port for wappler to see the database?