I'm working on a Sitefinity ASP.NET application. I've been following the documentation explicitly from
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.