File tree Expand file tree Collapse file tree 1 file changed +18
-26
lines changed
Expand file tree Collapse file tree 1 file changed +18
-26
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<configuration >
3- <location path =" ." inheritInChildApplications =" false" >
4- <system .webServer>
5- <modules runAllManagedModulesForAllRequests =" false" >
6- <remove name =" WebDAVModule" />
7- </modules >
8- <httpProtocol >
9- <customHeaders >
10- <remove name =" X-Powered-By" />
11- <remove name =" Server" />
12- </customHeaders >
13- </httpProtocol >
14- <security >
15- <requestFiltering removeServerHeader =" true" />
16- </security >
17- <handlers >
18- <add name =" aspNetCore" path =" *" verb =" *" modules =" AspNetCoreModuleV2" resourceType =" Unspecified" />
19- </handlers >
20- <aspNetCore processPath =" bin\x64\Debug\net8.0\LearningHub.Nhs.WebUI.exe" arguments =" " stdoutLogEnabled =" false" stdoutLogFile =" .\logs\stdout" hostingModel =" InProcess" >
21- <environmentVariables >
22- <environmentVariable name =" ASPNETCORE_HTTPS_PORT" value =" 443" />
23- <environmentVariable name =" ASPNETCORE_ENVIRONMENT" value =" Development" />
24- </environmentVariables >
25- </aspNetCore >
26- </system .webServer>
27- </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.WebUI.dll" stdoutLogEnabled =" false" stdoutLogFile =" .\logs\stdout" hostingModel =" InProcess" />
18+ </system .webServer>
19+ </location >
2820</configuration >
29- <!-- ProjectGuid: 044CCD77-8B9E-4888-BC20-9FD6E2AFE904-->
21+ <!-- ProjectGuid: 044CCD77-8B9E-4888-BC20-9FD6E2AFE904-->
You can’t perform that action at this time.
0 commit comments