gpt4 book ai didi

c# - Azure 网站配置错误

转载 作者:行者123 更新时间:2023-12-03 06:05:03 25 4
gpt4 key购买 nike

我尝试将一个大部分为空的 asp.net webforms 应用程序(带有在 web.config 中指定的自定义 httpmodule)部署到 Azure 并收到以下错误:

Configuration Error

Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: An error occurred loading a configuration file: Access to the path 'D:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\xqhbvcov.tmp' is denied.

Source Error:

[No relevant source lines]

Source File: D:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\machine.config
Line: 0

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.276

有什么想法吗?我不确定还有哪些其他相关信息,因此如果我遗漏了一些重要信息,请询问,我会提供。

整个 web.config

<?xml version="1.0"?>
<configuration>
<system.web>
<compilation debug="true" targetFramework="4.0" />
<!--<httpModules>
<add name="AbcdModule" type="org.abcd.abcdHttpModule"/>
</httpModules>-->
</system.web>
<system.webServer>
<modules>
<add name="AbcdModule" type="org.abcd.abcdHttpModule"/>
</modules>
</system.webServer>
</configuration>

最佳答案

我与 Windows Azure 网站团队进行了讨论,发现 Windows Azure 网站支持自定义 HTTP 模块,因此它们应该可以工作,并且可能会出现问题,具体取决于注册的复杂程度。

为了进行测试,我使用下面的链接创建了一个自定义 HTTP 模块,并在 Azure 网站中对其进行了测试,该模块运行正常,没有任何问题: http://msdn.microsoft.com/en-us/library/ms227673%28v=VS.100%29.aspx

如果您可以提供有关您的自定义 HTTP 模块(这似乎是 org.abcd namspace 和其他任何内容的一部分)的更多信息,我们一定可以提供帮助。或者您可以通过 Azure Websites Forum 提交请求,有人可以直接帮助您。

关于c# - Azure 网站配置错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12178904/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com