I am deploying to a web server. SQL Server is on a separate machine, same network. I am evaluating the software at the moment, so I'm not fretting about best practices yet. I just want to kick the tires and see how this works.
It appears that everything connects fine, but I get a timeout. Right now, I'm connecting using username/password auth. I'm using the sa user to remove all possible friction from the deployment.
I can connect fine, but consistently get this error:
Setup failed: System.Exception: An error occured when creating database: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. at Nop.Web.Controllers.InstallController.Index(InstallModel model) in f:\Own\nopDownloads\downloads\nopCommerce_2.50_Source\Presentation\Nop.Web\Controllers\InstallController.cs:line 387
Any ideas?