Skip to content

Commit c64c47f

Browse files
authored
Fix image link (#20116)
1 parent 549b39b commit c64c47f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aspnetcore/host-and-deploy/aspnet-core-module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,7 @@ Because ASP.NET Core apps run in a process separate from the IIS worker process,
849849

850850
The following diagram illustrates the relationship between IIS, the ASP.NET Core Module, and an app:
851851

852-
![ASP.NET Core Module](index/_static/ancm-outofprocess.png)
852+
![ASP.NET Core Module](iis/index/_static/ancm-outofprocess.png)
853853

854854
Requests arrive from the web to the kernel-mode HTTP.sys driver. The driver routes the requests to IIS on the website's configured port, usually 80 (HTTP) or 443 (HTTPS). The module forwards the requests to Kestrel on a random port for the app, which isn't port 80 or 443.
855855

0 commit comments

Comments
 (0)