Where and how install Webforms Starterkit with Umbraco 7 ?
Hi, where can i find a Webforms Starterkit for Umbraco 7 and how can i install it ?When i first run a blank installation of Umbraco 7.x you can choose between 2 MVC Starkerkits. If i doesn't install one, Umbraco starts as blank System.But how can i later on install a webforms starterkit (only for testing purpose.
Under Developer on the backend of umbraco expand the tree under packages and you should see install local package, file file and load package (the file should remain zipped up).
Where and how install Webforms Starterkit with Umbraco 7 ?
Hi, where can i find a Webforms Starterkit for Umbraco 7 and how can i install it ?When i first run a blank installation of Umbraco 7.x you can choose between 2 MVC Starkerkits. If i doesn't install one, Umbraco starts as blank System.But how can i later on install a webforms starterkit (only for testing purpose.
Umbraco 7 default set up is MVC you might need to go into umbracoSetting.config file in the config folder then:
Change
<defaultRenderingEngine>Mvc</defaultRenderingEngine>
to<defaultRenderingEngine>WebForms</defaultRenderingEngine>
Download a webforms starter kit from http://our.umbraco.org/projects/starter-kits
Under Developer on the backend of umbraco expand the tree under packages and you should see install local package, file file and load package (the file should remain zipped up).
is working on a reply...