Installation Question

Former Member
Former Member

Can I install the application and database at a shared web hosting service, and the Job Server, Search and Socket Bus on one Azure VM.
Would that work? In that case, what would I put in for the following connection strings:

<add name="FileStorage" connectionString="~/filestorage/"/>
<add name="SearchContentUrl" connectionString="">localhost:8983/.../>
<add name="SearchConversationsUrl" connectionString="">localhost:8983/.../>

Parents
  • It depends on how your environment is configured.  I believe Filestorage needs a local or network path, so the drive needs to be attached to or accessible via the network and not HTTP.  As far as search, you might need to look at firewall settings but you should be able to setup search on a remote server - I know it was supported in earlier versions - you'd just need to setup domains, ports, firrewalls etc correctly and then configure and install search with those settings.

Reply
  • It depends on how your environment is configured.  I believe Filestorage needs a local or network path, so the drive needs to be attached to or accessible via the network and not HTTP.  As far as search, you might need to look at firewall settings but you should be able to setup search on a remote server - I know it was supported in earlier versions - you'd just need to setup domains, ports, firrewalls etc correctly and then configure and install search with those settings.

Children