Skip to content

Commit fb0c863

Browse files
TD-5538: IUncluded web.config in the solution
1 parent 041b19c commit fb0c863

File tree

3 files changed

+35
-35
lines changed

3 files changed

+35
-35
lines changed

Auth/LearningHub.Nhs.Auth/Views/Account/AlreadyActiveSession.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@{
2-
ViewData["Title"] = "Already active session";
2+
ViewData["Title"] = "Session already active";
33
}
44
<div class="bg-white">
55
<div class="nhsuk-width-container app-width-container">
Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
3-
<location path="." inheritInChildApplications="false">
4-
<system.webServer>
5-
<httpProtocol>
6-
<customHeaders>
7-
<remove name="X-Powered-By" />
8-
<remove name="Server" />
9-
</customHeaders>
10-
</httpProtocol>
11-
<security>
12-
<requestFiltering removeServerHeader="true" />
13-
</security>
14-
<handlers>
15-
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" />
16-
</handlers>
17-
<aspNetCore processPath="dotnet" arguments=".\LearningHub.Nhs.Auth.dll" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" hostingModel="inprocess" />
18-
</system.webServer>
19-
</location>
3+
<location path="." inheritInChildApplications="false">
4+
<system.webServer>
5+
<httpProtocol>
6+
<customHeaders>
7+
<remove name="X-Powered-By" />
8+
<remove name="Server" />
9+
</customHeaders>
10+
</httpProtocol>
11+
<security>
12+
<requestFiltering removeServerHeader="true" />
13+
</security>
14+
<handlers>
15+
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" />
16+
</handlers>
17+
<aspNetCore processPath="dotnet" arguments=".\LearningHub.Nhs.Auth.dll" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" hostingModel="inprocess" />
18+
</system.webServer>
19+
</location>
2020
</configuration>
2121
<!--ProjectGuid: 7B47C2F7-5559-46EB-BEB3-A65378C09119-->

LearningHub.Nhs.UserApi/web.config

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
3-
<location path="." inheritInChildApplications="false">
4-
<system.webServer>
5-
<httpProtocol>
6-
<customHeaders>
7-
<remove name="X-Powered-By" />
8-
<remove name="Server" />
9-
</customHeaders>
10-
</httpProtocol>
11-
<security>
12-
<requestFiltering removeServerHeader="true" />
13-
</security>
14-
<handlers>
15-
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" />
16-
</handlers>
17-
<aspNetCore processPath="dotnet" arguments=".\LearningHub.Nhs.UserApi.dll" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" hostingModel="InProcess" />
18-
</system.webServer>
19-
</location>
3+
<location path="." inheritInChildApplications="false">
4+
<system.webServer>
5+
<httpProtocol>
6+
<customHeaders>
7+
<remove name="X-Powered-By" />
8+
<remove name="Server" />
9+
</customHeaders>
10+
</httpProtocol>
11+
<security>
12+
<requestFiltering removeServerHeader="true" />
13+
</security>
14+
<handlers>
15+
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" />
16+
</handlers>
17+
<aspNetCore processPath="dotnet" arguments=".\LearningHub.Nhs.AdminUI.dll" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" hostingModel="inprocess" />
18+
</system.webServer>
19+
</location>
2020
</configuration>
2121
<!--ProjectGuid: FEED1D29-D25D-414D-81EE-E495E8B6A8BF-->

0 commit comments

Comments
 (0)