Removed mklink for git
This commit is contained in:
@ -1,12 +1,37 @@
|
||||
---
|
||||
type: "topic"
|
||||
created: "2024-01-14T02:18:18.761Z"
|
||||
updated: "2024-02-02T22:16:54.811Z"
|
||||
created: 2024-01-14T02:18:18.761Z
|
||||
type: topic
|
||||
updated: 2024-07-30T23:15:57.974Z
|
||||
---
|
||||
|
||||
# IIS
|
||||
|
||||
- [Create Web UI to Update Target Date](../.kanbn/archive/create-web-ui-to-update-target-date.md)
|
||||
- [Backlog](../EAF/Runtime/backlog.md)
|
||||
- [Backlog](../eaf/runtime/backlog.md)
|
||||
|
||||
[Pipeline](../CI-CD/Azure-DevOps/pipeline.md)
|
||||
[Pipeline](../ci-cd/azure-dev-ops/pipeline.md)
|
||||
|
||||
## X-Frame-Options (OI-Metrology-Viewer)
|
||||
|
||||
```xml Tue Jul 30 2024 16:15:30 GMT-0700 (Mountain Standard Time)
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<location path="." inheritInChildApplications="false">
|
||||
<system.webServer>
|
||||
<handlers>
|
||||
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" />
|
||||
</handlers>
|
||||
<aspNetCore processPath=".\OI.Metrology.Server.exe" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" hostingModel="inprocess" />
|
||||
</system.webServer>
|
||||
</location>
|
||||
<system.webServer>
|
||||
<httpProtocol>
|
||||
<customHeaders>
|
||||
<remove name="X-Frame-Options" />
|
||||
</customHeaders>
|
||||
</httpProtocol>
|
||||
<httpErrors errorMode="Detailed" />
|
||||
</system.webServer>
|
||||
</configuration>
|
||||
<!--ProjectGuid: 25C86DF8-EC1A-4D4B-AD4E-6561174824B9-->
|
||||
```
|
||||
|
Reference in New Issue
Block a user