I downloaded the files for a hosted kentico website and want to set them up to run locally.
When I open the project in VS2015 and build, an application.config file is generated in my user folder.
The binding protocol in this file is generated as
<binding protocol="http" bindingInformation="*:56956:localhost" />
which is not working.
Where does this binding information come from?