I have recently switched all my azure apps to a different subscription. Now that I arrived at my v12 apps I noticed all of them get the error 'No physical template file was found for template {}'.
I came accross some forum stuff and StackOverflow but none of them solved my problem.
Most came down to removing these 2 lines from my csproj.:
Altough I used Kudu to inspect if the view files were actually present on the server. I have now run a ZIP Deploy from VS, and that seemed to have worked. Subsequent Web Deploys also work fine now. So I guess there is something the Linux web apps don't like about a web deploy and file permissions(uneducated guess).
No physical template file was found for template
Hi all,
I have recently switched all my azure apps to a different subscription. Now that I arrived at my v12 apps I noticed all of them get the error 'No physical template file was found for template {}'.
I came accross some forum stuff and StackOverflow but none of them solved my problem. Most came down to removing these 2 lines from my csproj.:
But I have already removed them. I read the runtime modes docs and I pass all the requirements for 'Production'.
Can somebody help met get this working?
Okay, I seem to have fixed it.
Altough I used Kudu to inspect if the view files were actually present on the server. I have now run a ZIP Deploy from VS, and that seemed to have worked. Subsequent Web Deploys also work fine now. So I guess there is something the Linux web apps don't like about a web deploy and file permissions(uneducated guess).
So for anyone running into this. Try that!
is working on a reply...