mirror of https://github.com/abpframework/abp
parent
0f70f64134
commit
ffdf1958f1
@ -1,6 +1,8 @@
|
||||
<div class="row">
|
||||
@page
|
||||
@model Volo.Abp.Account.Web.Pages.Account.RegisterModel
|
||||
<div class="row">
|
||||
<div class="col-md-3">
|
||||
<form asp-action="Index" method="post">
|
||||
<form method="post">
|
||||
<div class="form-group">
|
||||
<label for="UserName">Username</label>
|
||||
<input type="text" class="form-control" id="UserName" name="UserName" required>
|
@ -0,0 +1,27 @@
|
||||
{
|
||||
"iisSettings": {
|
||||
"windowsAuthentication": false,
|
||||
"anonymousAuthentication": true,
|
||||
"iisExpress": {
|
||||
"applicationUrl": "http://localhost:53098/",
|
||||
"sslPort": 0
|
||||
}
|
||||
},
|
||||
"profiles": {
|
||||
"IIS Express": {
|
||||
"commandName": "IISExpress",
|
||||
"launchBrowser": true,
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
}
|
||||
},
|
||||
"Volo.Abp.Account.Web": {
|
||||
"commandName": "Project",
|
||||
"launchBrowser": true,
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
},
|
||||
"applicationUrl": "http://localhost:53099/"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in new issue