You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/Getting-Started-Angular.md
+4-7Lines changed: 4 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,11 @@ and created your ASP.NET Zero account.
6
6
7
7
## Login
8
8
9
-
[Login](https://aspnetzero.com/Account/Login) to this web site with your user name and
10
-
password. Then you will see [Download](https://aspnetzero.com/Download) link on the main menu.
9
+
[Login](https://aspnetzero.com/Account/Login) to this web site with your user name and password. Then you will see [Download](https://aspnetzero.com/Download) link on the main menu.
11
10
12
11
## Create a Project
13
12
14
-
Go to the [download](https://aspnetzero.com/Download) page. You will see a form as shown
15
-
below:
13
+
Go to the [download](https://aspnetzero.com/Download) page. You will see a form as shown below:
@@ -34,8 +32,7 @@ select "One Solution" checkbox while downloading your project.
34
32
35
33
## ASP.NET Core Application
36
34
37
-
When you open Server side solution **\*.Web.sln** in **Visual Studio
38
-
2017+**, you will see the solution structure as like below:
35
+
When you open the server side solution **\*.Web.sln** in **Visual Studio 2017+**, you will see the solution structure as below:
39
36
40
37
If you want to work on only Xamarin project, open **\*.Mobile.sln**
41
38
solution. If you want to work on both Xamarin and Web projects, open
@@ -100,7 +97,7 @@ setting **AbpZeroTemplateConsts.MultiTenancyEnabled** to false in the
100
97
Once you've done the configuration, you can run the application. Server
101
98
side application only contains APIs. When you start the application you will see a login page:
102
99
103
-
**NOTE:** If you download merged project and when you start host project, you won't see the login page. So you should add the url `/ui/login`to see login page.
100
+
**NOTE:** If your project is a merged project, you will not see the login page when you start the host project. Basically you need to manually navigate to http://localhost:22742/ui/login.
0 commit comments