Browse Source

Merge pull request #21705 from abpframework/doc/minor-fix

Remove "How to Run?" section from solution structure documentation
pull/21706/head
Masum ULU 1 year ago
committed by GitHub
parent
commit
368e8d66df
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. BIN
      docs/en/solution-templates/layered-web-application/images/run-solution-tiered.png
  2. 6
      docs/en/solution-templates/layered-web-application/solution-structure.md

BIN
docs/en/solution-templates/layered-web-application/images/run-solution-tiered.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

6
docs/en/solution-templates/layered-web-application/solution-structure.md

@ -214,9 +214,3 @@ This project is an application that hosts the API of the solution. It has its ow
Just like the default structure, this project contains the User Interface (UI) of the application. It contains razor pages, JavaScript files, style files, images and so on...
This project contains an `appsettings.json` file, but this time it does not have a connection string because it never connects to the database. Instead, it mainly contains the endpoint of the remote API server and the authentication server.
### How to Run?
You can open the [Solution Runner](../../studio/running-applications.md) panel and start the all applications. The default username is `admin` and the password is `1q2w3E*`.
![run-solution-tiered](images/run-solution-tiered.png)

Loading…
Cancel
Save