Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 442 Bytes

Features-Mvc-Core-Setup-Page.md

File metadata and controls

9 lines (5 loc) · 442 Bytes

Setup Page

ASP.NET Zero application can be set-up using install page. This page is developed to create initial database, apply migrations and configure the application according to user's input on this page. Setup page can be accessed via http://yourwebsite.com/Install.

install page

Next