Home > Software engineering >  ASP.NET core Sitefinity application not running
ASP.NET core Sitefinity application not running

Time:12-09

I'm working on a Sitefinity ASP.NET application. I've been following the documentation explicitly from enter image description here

Any idea what I might be doing wrong?

CodePudding user response:

This setting:

"Sitefinity": { "Url": "https://yoursitefinitywebsiteurl",..

should point to the URL of your standard Sitefinity web site (SitefinityWebApp).

Have you setup one in IIS?

Does it run?

This video might be helpful: https://www.youtube.com/watch?v=PakWXc3Efg8 on how to set it up using the CLI.

  • Related