umbraco8

How to correctly install umbraco 7.10 or 8 getting stuck on db configuration

亡梦爱人 提交于 2019-12-25 01:26:29
问题 I am trying to install and configure Umbraco 8. The NuGet installs umbracoCms well then I run the app to configure the database (custom DB). And it crashes displaying: Error during installation See the log for full details (logs can typically be found in the App_Data\Logs folder) The log doesn't tell e much: {"@t":"2019-04-24T04:04:00.1230739Z","@mt":"An error occurred in InstallStatus trying to check upgrades","@l":"Error","@x":"System.NullReferenceException: Object reference not set to an

How to create normal controllers and views in an ASP.NET MVC application that already has umbraco 8 installed

断了今生、忘了曾经 提交于 2019-12-24 11:17:13
问题 I would like to include normal controllers and views in my ASP.NET MVC application that already has Umbraco setup, pardon me if I am missing something as I am new to Umbraco. I tried to follow this https://24days.in/umbraco-cms/2016/adding-umbraco-to-existing-site/ but its based on Umbraco 7 and I am unable to inherit from IApplicationEventHandler . I have tried to add controller and views directly but the routing doesn't work, as Umbraco takeover the routing. I would like to know how to