No application running on @Model.LocalAppUrl
- Please start your an app on this adress. + Please start your an app on this adress. Typically run the following command in an app directory.
+dotnet run} } else {
@@ -65,7 +66,7 @@Testing app: @Model.Org/@Model.App
- @using (Html.BeginForm("LogInTestUser", "Home", FormMethod.Post, new { Class = "form-signin" })) + @using (Html.BeginForm("LogInTestUser", "Home", FormMethod.Post, new { Class = "form-signin", enctype = "multipart/form-data" })) { @Html.AntiForgeryToken();@@ -80,6 +81,13 @@ @Html.DropDownListFor(model => model.AuthenticationLevel, Model.AuthenticationLevels, new { Class = "form-control" })+ @if(Model.AppModeIsHttp) + { ++ + ++ } }