I want to connect to SQL Server Express on localhost using the default static port, 1433, instead of dynamic ports. I want to use both IPv4 and IPv6 to connect, so I want to be able to connect both with 127.0.0.1 and [::1].
I've managed to configure SQL Server Express to listen at port 1433 on 0.0.0.0 via SQL Server Configuration Manager but I am not still not able to make SQL Server listen at port 1433 on local interface [::1] and 127.0.0.1.
Any ideas?