No physical template file was found for template home after clean install and deployment
Hi all
I was really excited to install Umbraco, but I have run into some problems, that I can't seem to find solutions for. So I hope I can get some help here :)
I've installed Umbraco in Visual Studio using the Package manager Console => Install-Package UmbracoCms. This works fine, I can build and run the site locally using CTRL+F5. This takes me through the rest of the setup/installation.
The problems appear when I try to deploy the site to IIS. I use webdeploy and this also finishes without errors. But when I try to navigate to the site, I get the following error:
I do not know why this is. in visual Studio there are quite a few folders that have not been included in the project. is this a it should be, or do I need to manually include some of them?
i feel like I have followed the official steps, but maybe I have missed something.
Hi Mehmet, and thanks for replying.
I'm a bit ashamed to say, that I found out that the problem was an umbraco database from an old install.
I tried with new databases and now it works.
No physical template file was found for template home after clean install and deployment
Hi all I was really excited to install Umbraco, but I have run into some problems, that I can't seem to find solutions for. So I hope I can get some help here :)
I've installed Umbraco in Visual Studio using the Package manager Console => Install-Package UmbracoCms. This works fine, I can build and run the site locally using CTRL+F5. This takes me through the rest of the setup/installation.
The problems appear when I try to deploy the site to IIS. I use webdeploy and this also finishes without errors. But when I try to navigate to the site, I get the following error:
I do not know why this is. in visual Studio there are quite a few folders that have not been included in the project. is this a it should be, or do I need to manually include some of them? i feel like I have followed the official steps, but maybe I have missed something.
Any help would be greatly apriciated.
Regards Lasse
Hi,
I believe you should check if you have your view in Views folder and also same file is appointed for doc type you are trying to use.
Hope it works
Hi Mehmet, and thanks for replying. I'm a bit ashamed to say, that I found out that the problem was an umbraco database from an old install. I tried with new databases and now it works.
Sorry :)
is working on a reply...