kahanu / MvcInstaller

Easily install your database schema and ASP.NET Membership system into your ASP.NET MVC application.
6 stars 2 forks source link

Feature suggest #8

Open GuyKroizman opened 11 years ago

GuyKroizman commented 11 years ago

I would like to see a UI instead of the installer.config so for example the administrator that runs the install could enter the mail server address and click install without editing the installer.config...

What do you think?

kahanu commented 11 years ago

@GuyKroizman - building MvcInstaller without a UI was one of the main points I wanted for this component. This way it can be installed via a browser and you wouldn't have to worry if there is someone looking over your shoulder who might see your passwords.

Also by not having a UI prevents the need for an SSL certificate on your site.

Having no UI was by design.

And there is no place for a Mail Server address in the installer.config.

GuyKroizman commented 11 years ago

I see. thanks.