@model InstallModel @{ Layout = null; } @ILS.GetResource("Title") @if (ILS.GetCurrentLanguage().IsRightToLeft) { } else { }

@ILS.GetResource("Tooltip2")

@ILS.GetResource("Documentation1") @ILS.GetResource("Documentation2").

@ILS.GetResource("StoreInformation")

@if (Model.InstallRegionalResources) {
} @if (!Model.DisableSampleDataOption) {
}

@ILS.GetResource("DatabaseInformation")


@await Html.PartialAsync("_Install.ConnectionString", Model)
@ILS.GetResource("Example"):
Data Source=sqlServerName;Initial Catalog=dbName;Persist Security Info=True;User ID=userName;Password=password
Find more info here

Wait...