add existing kentico 12 project to iis

web dev asked on February 14, 2020 15:47

hello kentico dev our clients send to use kentico 12 project (CMS section + mvc section )files how i can add it to my server localhost which iis configuration i need thanks for help

Correct Answer

David te Kloese answered on February 14, 2020 16:31

Can you add this key in the web.config:

<add key="CMSDisplayApplicationErrorMessages" value="true" />

Defines the level of information which is displayed to the user if the application fails to initialize (e.g., the application fails to connect to the SQL server):

false - only general error message is displayed.

true - detailed information about the origin of the error is displayed.

Also check for:

  <system.web>
    <customErrors mode="Off" />
  </system.web>
0 votesVote for this answer Unmark Correct answer

Recent Answers


David te Kloese answered on February 14, 2020 16:06

check these instructions: https://docs.kentico.com/k12sp/installation/manually-configuring-kentico-applications-in-iis

Do you also have a Database backup?

0 votesVote for this answer Mark as a Correct answer

web dev answered on February 14, 2020 16:19

i tried that i add appilaction and path is to cms but i get this error:HTTP ERROR 500

0 votesVote for this answer Mark as a Correct answer

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