Undefined Template or Site Not Installed

How to fix Undefined Template

If you know you have installed you might need to decorate the content class for the start page node with the [Template] attribute.


	[Template("~/Path/To/Template.aspx")]
	public void MyStartPage : ContentItem
	{
	}
			

Please leave this file here to start ASP.NET when requesting the root folder (/).