The browser is running, and I have created the alias on the server, but i still cant connect from the client by issuing only alias name.
It will work from client with alias,portnumber but not alias name.
Im reading the following link and it doesnt mention that i need to create a client alias
https://learn.microsoft.com/en-us/sql/database-engine/configure-windows/create-or-delete-a-server-alias-for-use-by-a-client?view=sql-server-ver16
"This article describes how to create or delete a server alias in SQL Server by using SQL Server Configuration Manager, for SQL Server 2019 (15.x) and previous versions.
An alias is an alternate name that can be used to make a connection. The alias encapsulates the required elements of a connection string, and exposes them with a name chosen by the user. Aliases can be used with any client application. By creating server aliases, your client computer can connect to multiple servers using different network protocols, without having to specify the protocol and connection details for each one. In addition, you can also have different network protocols enabled all the time, even if you only need to use them occasionally. If you have configured the server to listen on a non-default port number or named pipe, and you have disabled the SQL Server Browser service, create an alias that specifies the new port number or named pipe."