| Server:\r\n | \r\n\r\n");
WriteLiteral(" ");
#line 17 "..\..\Views\InitialConfig\Database.cshtml"
Write(Html.EditorFor(m => m.Server));
#line default
#line hidden
WriteLiteral(" ");
#line 17 "..\..\Views\InitialConfig\Database.cshtml"
Write(Html.ValidationMessageFor(m => m.Server));
#line default
#line hidden
WriteLiteral("\r\n \r\n If the default instance of SQL Server is not being use" +
"d, include the instance name. \r\n " +
"\r\n For example: \"SERVER_NAME\\INSTANCE_NAME\"\r\n | \r\n |||
|---|---|---|---|---|
| Database Name:\r\n" + " | \r\n\r\n");
WriteLiteral(" ");
#line 28 "..\..\Views\InitialConfig\Database.cshtml"
Write(Html.EditorFor(m => m.DatabaseName));
#line default
#line hidden
WriteLiteral(" ");
#line 28 "..\..\Views\InitialConfig\Database.cshtml"
Write(Html.ValidationMessageFor(m => m.DatabaseName));
#line default
#line hidden
WriteLiteral("\r\n
An attempt will be made to create a database with this name if it does not exist.
|
|||
| Authentication Method: |
");
WriteLiteral(" ");
#line 38 "..\..\Views\InitialConfig\Database.cshtml"
Write(Html.DropDownListFor(m => m.AuthMethod, Model.AuthMethods));
#line default
#line hidden
WriteLiteral(" ");
#line 38 "..\..\Views\InitialConfig\Database.cshtml"
Write(Html.ValidationMessageFor(m => m.AuthMethod));
#line default
#line hidden
WriteLiteral("\r\n \r\n Integrated Authentication is recommended. \r\n " +
" \r\n " + " To use Integrated Authentication ensure the DiscoServiceAccount domain user has the db_owner role over the database, or sysadmin role if creating a new database.\r\n \r\n \r\n SQL Authentication Credentials\r\n " + "\r\n The following credentials will be stored in clear-" +
"text.\r\n \r\n
| \r\n