From 789027cd17a31a439efeef8ba1ef61705ba43edc Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期六, 12 十一月 2022 08:55:41 +0800 Subject: [PATCH] 1 --- Community.Serve/Web.config | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/Community.Serve/Web.config b/Community.Serve/Web.config index 87bbd72..b0865fc 100644 --- a/Community.Serve/Web.config +++ b/Community.Serve/Web.config @@ -1,6 +1,8 @@ 锘�<?xml version="1.0"?> <configuration> - <appSettings/> + <appSettings> + <add key="db" value="E:\terrait\CommunityServe\Community.Serve\App_Data\Community.db"/> + </appSettings> <system.web> <compilation debug="true" targetFramework="4.5.2"/> <httpRuntime/> -- Gitblit v1.9.3