The reason was that some of the files in the Umbraco starter kit are not actually included in the project and hence, they were not published. Among these are css files and Razor web pages.
What is the point with having vital files excluded from the project in this way?
Deploying to Azure part II
So,
. I use a local Git repos for source control in my VS 2013 Umbraco site.
. I use an Azure SQL db as my Umbraco db. Works fine when I run the site locally.
. I have a clean Azure website, configured to use the Umbraco db.
. I create a Git repos for my Azure website.
. I push my VS solution to the Azure Git repos.
. The Azure Portal Deployment page says "ACTIVE DEPLOYMENT" in big green letters. Yes!
. Via FTP, I can see that my files resides in /site/wwwroot/. Yes!
. But...when I browse to my Azure site there is only a white, blank page.
Someone got a clue?
TIA,
Magnus
How do I remove a post?
The reason was that some of the files in the Umbraco starter kit are not actually included in the project and hence, they were not published. Among these are css files and Razor web pages.
What is the point with having vital files excluded from the project in this way?
is working on a reply...