0 Trying to install and get signalr/hub 404 2 Michael Anderson posted 7 Years Ago Hello,I'm trying to get this installed on my church's shared hosting site.Running IIS 8.5, SQL server 2016, folder set as asp.net application using .net 4.5. Folder permissions updated. Database and user created.Using Chrome:The start.aspx runs fine and it passes all the validations.The install.aspx displays fine, I clicked get started, enter my database information and clicked next and nothing happens.The console shows the following error."https://{mydomain}/{myrockappfolder}/signalr/hubs Install.aspx:26Error Loading Hubs. Ensure your hubs reference is correct...{jquery stack track}"Checking the folder through Filezilla, it had a web.config, a couple .aspx files, a bin with numerous dlls added to it but does indeed not have a signalr/hubs.Under the Network developer tool of chrome it does indeed show the 404 I would expect as it's looking for something that doesn't exist.Reading the Install.aspx it has a script tag src "./signalr/hubs". The only other references to signalr are in the Start.aspx that downloaded a couple dlls for it, which are present in the bin, the script tag to include it and a comment right before a connection is attempted to open "// connect to the install controller signalr hub"Seems either the folder was supposed to copy down or the path it's using is wrong.Appreciate any help.