文章 2024-11-05 来自:开发者社区

【Azure App Service】使用Microsoft.Office.Interop.Word来操作Word文档,部署到App Service后报错COMException

问题描述 在.NET项目中,使用Microsoft.Office.Interop.Word组件来操作Word文档,使用了Microsoft.Office.Interop.Word.Document对象中的Open和SaveAs方法。 ##打开文件 doc = app.Documents.Open(ref inputFile, ref nullobj, ref...

【Azure App Service】使用Microsoft.Office.Interop.Word来操作Word文档,部署到App Service后报错COMException
文章 2024-08-25 来自:开发者社区

【App Service】在App Service中配置Virtual applications and directories,访问目录中的静态文件报错404

问题描述 在App Service Windows的环境中,想一个App Services下部署多个站点,比如/根目录下,从wwwroot中读取项目文件,而 /files 则通过配置的虚拟目录来读取 \mounts\sitefiles 目录中的静态文件。 在App Service的 Configuration Path Mapping 中配置如下: ...

【App Service】在App Service中配置Virtual applications and directories,访问目录中的静态文件报错404
文章 2024-08-25 来自:开发者社区

【Azure App Service】访问App Service应用报错 SSL: WRONG_VERSION_NUMBER

问题描述 应用部署在Azure App Service中,访问Default URL,遇见SSL: WRONG_VERSION_NUMBER错误。 REST API工具调用时错误信息: write EPROT...

【Azure App Service】访问App Service应用报错 SSL: WRONG_VERSION_NUMBER
文章 2024-08-25 来自:开发者社区

【Azure App Service】App Service设置访问限制后,使用git clone代码库出现403报错

问题描述 在App Service中,为App Service配置了访问限制,结果导致在克隆App Service的代码时候,遇见403错误。     问题解答 因为在使用...

【Azure App Service】App Service设置访问限制后,使用git clone代码库出现403报错
文章 2024-08-25 来自:开发者社区

【Azure App Service】Web Job 报错 UNC paths are not supported. Defaulting to Windows directory.

问题描述 PHP的Web Job,通过artisan来配置路径启动PHP任务,相关启动脚本如下: artisan_path = "d:\\home\\site\\wwwroot"; cd ${artisan_path} echo "\n" pwd php artisan sch...

【Azure App Service】Web Job 报错 UNC paths are not supported. Defaulting to Windows directory.
文章 2024-08-25 来自:开发者社区

【Azure 应用服务】Function App / App Service 连接 Blob 报错

问题描述 因 Blob 启用了防火墙功能,但是当把App Service 或 Function App的出站IP地址都加入到Blob的白名单中,为什么访问还是403错误呢?   问题解答 Azure Storage的IP网络规则不适用于同一数据中心的客户端。 存储帐户部署在同一区域中的服务使用专用的 Azure IP 地址进行通信。 ...

文章 2024-08-24 来自:开发者社区

【Azure 应用服务】App Service 无法连接到Azure MySQL服务,报错:com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure

问题描述 App Service使用jdbc连接MySQL服务,出现大量的  Communications link failure: com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure The last packet sent succes...

【Azure 应用服务】App Service 无法连接到Azure MySQL服务,报错:com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
文章 2024-08-24 来自:开发者社区

【Azure 应用服务】App Service下部署的应用报错 Out of Memory

问题描述 应用部署到App Service后,遇见了Out of Memory的错误。   报错信息:GetData  Error:, Exception of type 'System.OutOfMemoryException' was thrown., at System.IO.MemoryStream.set_Capacity(Int32...

【Azure 应用服务】App Service下部署的应用报错 Out of Memory
文章 2024-08-24 来自:开发者社区

【Azure 应用服务】App Service 配置 Application Settings 访问Storage Account得到 could not be resolved: '*.file.core.windows.net'的报错。没有解析成对应中国区 Storage Account地址 *.file.core.chinacloudapi.cn

问题描述 App Service 配置 Application Settings 访问Storage Account。如下: { "name": "WEBSITE_CONTENTAZUREFILECONNECTIONSTRING", "value": "[con...

【Azure 应用服务】App Service 配置 Application Settings 访问Storage Account得到 could not be resolved: '*.file.core.windows.net'的报错。没有解析成对应中国区 Storage Account地址 *.file.core.chinacloudapi.cn
文章 2024-08-23 来自:开发者社区

【Azure App Service】C#下制作的网站,所有网页本地测试运行无误,发布至Azure之后,包含CHART(图表)的网页打开报错,错误消息为 Runtime Error: Server Error in '/' Application

问题描述 C#下制作的网站,所有网页本地测试运行无误,发布至Azure之后,包含CHART(图表)的网页打开报错,错误消息为 Runtime Error: Server Error in '/' Application ...

【Azure App Service】C#下制作的网站,所有网页本地测试运行无误,发布至Azure之后,包含CHART(图表)的网页打开报错,错误消息为 Runtime Error: Server Error in '/' Application

本页面内关键词为智能算法引擎基于机器学习所生成,如有任何问题,可在页面下方点击"联系我们"与我们沟通。

产品推荐

mPaaS 移动开发平台

mPaaS 源于蚂蚁集团金融科技,为 App 开发、测试、运营及运维提供云到端的一站式解决方案,致力于提供高效、灵活、稳定的移动研发、管理平台。 官网地址:https://www.aliyun.com/product/mobilepaas/mpaas

+关注