WEBAPI如何相对于文件属性定义web.config的路径?

时间:2018-10-08 11:29:58

标签: asp.net-mvc web-config asp.net-web-api2 backend

有两个项目需要共享来自web.config的一些设置。

解决方案结构

Solution
|---web.config //this is shared webconfig
|---Project1
    |---web.config // webconfig1
|---Project2
    |---web.config // webconfig2

我已经完成了webconfig1webconfig2内的下一个

<appSettings file="../sharedweb.config">

此解决方案在我的本地计算机上运行良好,但在部署后在远程服务器上已损坏。我无权访问远程服务器,因此我无法告知很多错误的详细信息。我所看到的:

  

应用程序错误发生在服务器上

目前,我已经回滚了这些更改并在webconfigs中创建了相同的道具,但是我想知道如何创建共享的web.config

PS 在solution.sln中,我看到下一个:

ProjectSection(SolutionItems) = preProject
    .tfignore = .tfignore
    web.config = web.config // this line has appeared after I created the shared webconfig
EndProjectSection

0 个答案:

没有答案