公告板
版本库
filestore
活动
搜索
登录
main
/
BOARD_APP_NEW
雅培看板项目
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
first commit
wangzhibo
2026-05-09
53418655c061ac26f66058253f39200aced1ab1d
[BOARD_APP_NEW.git]
/
aspnet
/
BoardApp
/
bin
/
Debug
/
net8.0
/
win-x64
/
dist
/
dist
/
dist
/
web.config
1
2
3
4
5
6
7
8
9
10
11
<?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=".\BoardApp.exe" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" hostingModel="inprocess" />
</system.webServer>
</location>
</configuration>