How do I configure the database connection for Xpoda Service?
Update the 'connection' key in web.config with your SQL Server name, username (uid), and password: e.g., 'data source=SQLSERVERNAME;database=XPODA;uid=SQLUSER;password=SQLPASSWORD;Connect Timeout=100000;pooling=false'.