Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 asp.net 中创建了一个 dnn 模块,它使用存储在 locator.json 中的数据,现在我需要转换为 DNN,但似乎 DNN 找不到 json 文件。我应该把它放在哪个文件夹中?
您可以将该文件放在模块本身中。您可以像这样访问它:url/DesktopModules/ModuleFolderName/locator.json
url/DesktopModules/ModuleFolderName/locator.json
要确保允许 json 扩展,您可以转到管理 > 站点设置并查看允许扩展的设置。
如果您需要更多帮助,请告诉我。