Category: SQL
How to find which port number SQL EXPRESS is running
SQL Express dynamically allocates ports when it runs. To find out what port the database running on, go to the IP tab in SQL configuration manager and look at the IPALL section.
Add this port to your connection string.