In the CRM connection string is it possible to replace the server name with alias name?
If yes, please provide guidance on how replace the server name with alias name?
<add name="MyCRMServer"
connectionString="AuthType=AD;
Url=https://ServerName:8080/Test;
Domain=ServerName;
Username=jsmith;
Password=passcode" />
<add name="MyCRMServer"
connectionString="AuthType=AD;
Url=https://AliasName:8080/Test;
Domain=AliasName;
Username=jsmith;
Password=passcode" />