Kentico xperience 13 Mediclinic web not configured

S T asked on July 29, 2025 12:24

I've followed the instructions provided here (https://docs.kentico.com/13tutorial/developer-tutorial/asp-net-core-development-tutorial/setting-up-an-xperience-core-project) to start up the MedioClinic website and when I change the presentation url to the url that is configured in my iisexpress, it says that "the site has not been configured yet". I upgraded to the latest hotfix 13.0.188 and still no luck and also there is nothing in the Event log. Here is a screenshot https://imgur.com/djkrRTN

Recent Answers


John Lougee answered on July 29, 2025 19:24

Hi S.T.,

This is the default message displayed after installing a site before you have configured it and added pages/page types, content, etc. This is noted at the end of the following page in that tutorial: https://docs.kentico.com/13tutorial/developer-tutorial/asp-net-core-development-tutorial/configuring-the-core-application

If you look in the project files for the live site, you will see this message in the Startup.cs file as the response when visiting the "/" route, so the fact you are seeing this indicates that your site is running correctly. You will address this further in the tutorial once you have content and pages created.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.