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: src/Servers/IIS/README.md
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -12,17 +12,17 @@ There are two modes for hosting application with IIS: in-process and out-of-proc
12
12
13
13
The following contains a description of the sub-directories.
14
14
15
-
-`[AspNetCoreModuleV2](AspNetCoreModuleV2/)`: Contains all native code that is part of the [ASP.NET Core Module](https://docs.microsoft.com/aspnet/core/host-and-deploy/aspnet-core-module?view=aspnetcore-5.0).
16
-
-`[AspNetCoreModuleV2/AspNetCore](AspNetCoreModuleV2/AspNetCore/)`: Contains the ASP.NET Core Module shim, a minimal layer for IIS to interact with the in-process and out-of-process modules.
17
-
-`[AspNetCoreModuleV2/CommonLib](AspNetCoreModuleV2/CommonLib/)`: Contains common code shared between all native components.
18
-
-`[AspNetCoreModuleV2/CommonLibTests](AspNetCoreModuleV2/CommonLibTests/)`: Contains native tests for the ASP.NET Core Module.
19
-
-`[AspNetCoreModuleV2/IISLib](AspNetCoreModuleV2/IISLib/)`: Contains common code for interactions with IIS.
20
-
-`[AspNetCoreModuleV2/InProcessRequestHandler](AspNetCoreModuleV2/InProcessRequestHandler/)`: Contains native code for in-process hosting.
21
-
-`[AspNetCoreModuleV2/OutOfProcessRequestHandler](AspNetCoreModuleV2/OutOfProcessRequestHandler/)`: Contains native code for out-of-process hosting.
22
-
-`[AspNetCoreModuleV2/RequestHandlerLib](AspNetCoreModuleV2/RequestHandlerLib/)`: Contains shared code between in-process and out-of-process hosting.
23
-
-`[IIS](IIS/)`: Contains managed code for hosting ASP.NET Core with in-process hosting.
24
-
-`[IISIntegration](IISIntegration/)`: Contains managed code for hosting ASP.NET Core with out-of-process hosting.
25
-
-`[IntegrationTesting.IIS](IntegrationTesting.IIS/)`: Contains testing infrastructure for starting IIS and IISExpress.
15
+
-[AspNetCoreModuleV2/](AspNetCoreModuleV2/): Contains all native code that is part of the [ASP.NET Core Module/](https://docs.microsoft.com/aspnet/core/host-and-deploy/aspnet-core-module?view=aspnetcore-5.0).
16
+
-[AspNetCoreModuleV2/AspNetCore/](AspNetCoreModuleV2/AspNetCore/): Contains the ASP.NET Core Module shim, a minimal layer for IIS to interact with the in-process and out-of-process modules.
17
+
-[AspNetCoreModuleV2/CommonLib/](AspNetCoreModuleV2/CommonLib/): Contains common code shared between all native components.
18
+
-[AspNetCoreModuleV2/CommonLibTests/](AspNetCoreModuleV2/CommonLibTests/): Contains native tests for the ASP.NET Core Module.
19
+
-[AspNetCoreModuleV2/IISLib/](AspNetCoreModuleV2/IISLib/): Contains common code for interactions with IIS.
20
+
-[AspNetCoreModuleV2/InProcessRequestHandler/](AspNetCoreModuleV2/InProcessRequestHandler/): Contains native code for in-process hosting.
21
+
-[AspNetCoreModuleV2/OutOfProcessRequestHandler/](AspNetCoreModuleV2/OutOfProcessRequestHandler/): Contains native code for out-of-process hosting.
22
+
-[AspNetCoreModuleV2/RequestHandlerLib/](AspNetCoreModuleV2/RequestHandlerLib/): Contains shared code between in-process and out-of-process hosting.
23
+
-[IIS/](IIS/): Contains managed code for hosting ASP.NET Core with in-process hosting.
24
+
-[IISIntegration/](IISIntegration/): Contains managed code for hosting ASP.NET Core with out-of-process hosting.
25
+
-[IntegrationTesting.IIS/](IntegrationTesting.IIS/): Contains testing infrastructure for starting IIS and IISExpress.
Copy file name to clipboardExpand all lines: src/Servers/README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,10 @@ ASP.NET Core Servers contains all servers that can be used in ASP.NET Core by de
10
10
11
11
This folder contains all servers implementations related abstractions for ASP.NET Core.
12
12
13
-
-`[Kestrel](Kestrel/)`: Contains the implementation of the Kestrel Web Server.
14
-
-`[IIS](IIS/)`: Cotnains all code for the IIS Web Server and ASP.NET Core Module.
15
-
-`[HttpSys](HttpSys/)`: Contains all code for the HTTP.sys Web Server.
16
-
-`[Connections.Abstractions](Connections.Abstractions/)`: A set of abstractions for creating and using Connections; used in the server implementations and SignalR.
13
+
-[Kestrel/](Kestrel/): Contains the implementation of the Kestrel Web Server.
14
+
-[IIS/](IIS/): Cotnains all code for the IIS Web Server and ASP.NET Core Module.
15
+
-[HttpSys/](HttpSys/): Contains all code for the HTTP.sys Web Server.
16
+
-[Connections.Abstractions/](Connections.Abstractions/): A set of abstractions for creating and using Connections; used in the server implementations and SignalR.
0 commit comments