Webiant Logo Webiant Logo
  1. No results found.

    Try your search with a different keyword or use * as a wildcard.

Index.cshtml

@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...