#pragma warning disable 1591 //------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.18051 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Disco.Web.Views.InitialConfig { using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Text; using System.Web; using System.Web.Helpers; using System.Web.Mvc; using System.Web.Mvc.Ajax; using System.Web.Mvc.Html; using System.Web.Routing; using System.Web.Security; using System.Web.UI; using System.Web.WebPages; using Disco.BI.Extensions; using Disco.Models.Repository; using Disco.Services.Authorization; using Disco.Services.Web; using Disco.Web; using Disco.Web.Extensions; [System.CodeDom.Compiler.GeneratedCodeAttribute("RazorGenerator", "2.0.0.0")] [System.Web.WebPages.PageVirtualPathAttribute("~/Views/InitialConfig/Database.cshtml")] public partial class Database : Disco.Services.Web.WebViewPage { public Database() { } public override void Execute() { #line 2 "..\..\Views\InitialConfig\Database.cshtml" ViewBag.Title = null; #line default #line hidden WriteLiteral("\r\n

"); #line 5 "..\..\Views\InitialConfig\Database.cshtml" Write(CommonHelpers.Breadcrumbs(Html.ToBreadcrumb("Initial Configuration", MVC.InitialConfig.Index(), "Database"))); #line default #line hidden WriteLiteral("

\r\n"); #line 6 "..\..\Views\InitialConfig\Database.cshtml" using (Html.BeginForm()) { #line default #line hidden #line 8 "..\..\Views\InitialConfig\Database.cshtml" Write(Html.ValidationSummary(true)); #line default #line hidden #line 8 "..\..\Views\InitialConfig\Database.cshtml" #line default #line hidden WriteLiteral(" \r\n

SQL Server Connection

\r\n \r\n \r\n " + " Server:\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n " + " \r\n <" + "td>"); #line 55 "..\..\Views\InitialConfig\Database.cshtml" Write(Html.EditorFor(m => m.Auth_SQL_Password)); #line default #line hidden WriteLiteral(" "); #line 55 "..\..\Views\InitialConfig\Database.cshtml" Write(Html.ValidationMessageFor(m => m.Auth_SQL_Password)); #line default #line hidden WriteLiteral("\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 For example: \"SERVER_NAME\\INSTANCE_NAME\"\r\n \r\n " + "
Database Name:\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 " + " 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
Username" + ":"); #line 51 "..\..\Views\InitialConfig\Database.cshtml" Write(Html.EditorFor(m => m.Auth_SQL_Username)); #line default #line hidden WriteLiteral(" "); #line 51 "..\..\Views\InitialConfig\Database.cshtml" Write(Html.ValidationMessageFor(m => m.Auth_SQL_Username)); #line default #line hidden WriteLiteral("
Password:
\r\n " + " \r\n \r\n \r\n \r\n \r\n"); WriteLiteral(" \r\n \r\n \r\n"); #line 66 "..\..\Views\InitialConfig\Database.cshtml" } #line default #line hidden WriteLiteral("\r\n

Building and Validating Database

\r\n
Please wait while the Dis" + "co database is created and/or validated
\r\n\r\n\r\n"); } } } #pragma warning restore 1591