Skip to content

Commit b388e55

Browse files
committed
Merge branch 'master' of https://github.com/aspnetzero/documents
2 parents 74c7e5c + 855dd60 commit b388e55

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/en/Development-Mvc-Core-Docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Development with Docker Containers for MVC
22

3-
ASP.NET Zero **Web** solution has a **docker folder** which contains various docker projects for your application to debug for your preferences.
3+
ASP.NET Zero `aspnet-core` folder contains various docker projects for your application to debug using docker containers. You can add these projects to your **.Web** or **.All** solutions by **Add Existing Project** to your preferred solution.
44

55
<img src="images/development-docker-mvc/docker-projects-folder-core-mvc.png" alt="docker-projects-folder-core-mvc" style="zoom:150%;" />
66

docs/en/Features-Mvc-Core-Tenant-Active-Directory.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Then, we can see **LDAP settings** section in settings page:
1313
We can check "**Enable LDAP Authentication**" to enable it. If the server works in domain and application runs with a domain user or local system, then generally even **no need** to set Domain name, user and
1414
password. You can logout and then login with your **domain user name and password**. If not, you should set these credentials.
1515

16+
**Note:** Password is stored encrypted after version v9.0
17+
1618
## Next
1719

1820
- [Maintenance](Features-Mvc-Core-Maintenance)

0 commit comments

Comments
 (0)