I have developer edition from SQL Server 2008, but now I have a piece of software with a hardcoded connection string:
Data Source=.\SQLEXPRESS;Initial Catalog=db;User Id=sa;Password=1234;
Now I tried adding an Alias in the configuration tool to SQLEXPRESS, but it just doesn't want to use this new alias.
I enabled TCP/IP and restarted the service.