File tree Expand file tree Collapse file tree
backend/SENATICRUD/SENATICRUD
bin/Release/net8.0/publish
obj/Release/net8.0/PubTmp/Out Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 <add name =" aspNetCore" path =" *" verb =" *" modules =" AspNetCoreModuleV2" resourceType =" Unspecified" />
77 </handlers >
88 <aspNetCore processPath =" dotnet" arguments =" .\SENATICRUD.dll" stdoutLogEnabled =" false" stdoutLogFile =" .\logs\stdout" hostingModel =" inprocess" />
9+
10+ <httpProtocol >
11+ <customHeaders >
12+ <add name =" X-Frame-Options" value =" SAMEORIGIN" />
13+ </customHeaders >
14+ </httpProtocol >
15+
916 </system .webServer>
1017 </location >
1118</configuration >
Original file line number Diff line number Diff line change 66 <add name =" aspNetCore" path =" *" verb =" *" modules =" AspNetCoreModuleV2" resourceType =" Unspecified" />
77 </handlers >
88 <aspNetCore processPath =" dotnet" arguments =" .\SENATICRUD.dll" stdoutLogEnabled =" false" stdoutLogFile =" .\logs\stdout" hostingModel =" inprocess" />
9+
10+ <httpProtocol >
11+ <customHeaders >
12+ <add name =" X-Frame-Options" value =" SAMEORIGIN" />
13+ </customHeaders >
14+ </httpProtocol >
15+
916 </system .webServer>
1017 </location >
1118</configuration >
You can’t perform that action at this time.
0 commit comments