London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
Connecting to machine names directly can also be seen as bad practice so connecting via DNS is always a good idea. I've connected to SQL instances using DNS in the past without any issues. Given its a standard SQLConnection under the hood I cannot see any problems. There certainly isn't anything specific in an EPiServer install that would mean it isn't possible.
So my advice would be that there should be no issues (subject to reliable DNS of course) but its always worth checking.
Is there any potential issues with using DNS entry for database connection in connectionStrings.config instead of hostname?
We are not using the following format:
and are planning to use:
Thanks!