Will
Will

Reputation: 361

Building a First Run Installer in ASP.NET MVC

I'd like to build a web installer into my ASP.NET MVC application. It would be a first run installer that would allow the user to create a user account, set database connection strings, and configure some first run settings. I was looking at SPA's like HotTowel and OAK. Any advice on a good direction to go would be appreciated!

Upvotes: 1

Views: 82

Answers (1)

Pete
Pete

Reputation: 26

I've not done this myself but I know Orchard CMS http://www.orchardproject.net/ has similar to what you require. Reviewing their code might be a good place to start.

Upvotes: 1

Related Questions