问题描述
需要有关如何编辑在Azure平台上运行的webapp的web.config属性的分步信息.我们已经在Apache Web服务器上运行了webapp
Need step-by-step information on how to edit web.config properties for webapps running on Azure platform. We have webapp running on an Apache Web server
推荐答案
您可以找到  ; web.config 文件位于D:\ home \ site \ wwwroot位置.使用 Kudu Console .
You could find web.config file under the location D:\home\site\wwwroot. usingKudu Console.
访问KUDU控制台,导航到 https://{yoursitename} .scm.azurewebsites.net ->调试控制台-> CMD/PowerShell->导航到wwwroot文件夹
To access KUDU console, navigate tohttps://{yoursitename}.scm.azurewebsites.net -> Debug Console-> CMD/PowerShell -> navigate to the wwwroot folder
您也可以采用 应用服务编辑器 或 天蓝色 资源浏览器 至编辑/修改Web应用程序文件. App Service Editor为您的App代码提供了浏览器内编辑体验.
You may also useApp Service Editor or Azure Resource Explorer to edit/modify web app files. App Service Editor provides an in-browser editing experience for your App code.
参考 Azure上的文件结构 至 了解有关Azure WebApp上文件和目录的更多信息.
ReferFile structure on azure to know more about the files and directories on Azure WebApp.
--- -------------------------------------------------- ------------------------------------------
请点击标记为答案"并在可以帮助您的帖子上显示投票为有帮助",这可能会对其他社区成员有所帮助.
-----------------------------------------------------------------------------------------------
Do click on "Mark as Answer" and "Vote as Helpful" on the post that helps you, this can be beneficial to other community members.
这篇关于如何为运行在Azure平台但Apache Web服务器上的Web应用程序编辑web.config属性的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!