So we are configuring a server site with REDCap to put up surveys and I am able to load it using localhost or the IP address through internet explorer. However, trying google chrome or edge browsers leave me with a 404 not found if using the IP address and an ERR_CONNECTION_RESET if using the localhost method. I am not extremely versed in putting up websites like this so I'm not sure which configurations may or may not be correct.
On top of this, our website address is not loading it at all, I'm not sure I'm binding it correctly in IIS. I am only able to connect from within the network. The database is on a separate server, but those are reading each other fine.
Tools:
IIS for setting up the website in general
PHP
MySql Server version 8
MySql Workbench for creating users/tables
Server Manager
https://server/site/file.html. Is the redcap site supposed to be accessible outside the network/public? I would not recommend it unless you know what you're doing. The answer here covers the basics: https://superuser.com/a/1011791/673426, but you basically need to forward traffic through your router, and optionally configure DNS so other people can use a name instead of IP – Cpt.Whale Jun 30 '23 at 20:10IP Address: all unassignedandhostname: [empty], and it should work a bit better. Later, if you end up dealing with https certificates, you may want to bind specific hostnames separately. You can use your DNS (azure?) to point your .com URL to the server's public IP. – Cpt.Whale Jun 30 '23 at 21:25countyofkings.comdomain was currently being hosted in azure dns. Whoever owns it would need to be involved in setting up the site – Cpt.Whale Jul 01 '23 at 02:00