部署到azure后出现.net核心应用程序错误请确保web.config文件的NTFS权限正确



请协助我的应用程序在本地工作,并在部署到azure后中断。

<li>The authenticated user does not have permission to use this DLL.</li>   <li>The request is mapped to a managed handler but the .NET Extensibility Feature is not installed.</li> </ul></fieldset></div><div class="content-container"><fieldset><h4>Things you can try:</h4><ul>    <li>Ensure that the NTFS permissions for the web.config file are correct and allow access to the Web server's machine account.</li>     <li>Check the event logs to see if any additional information was logged.</li>  <li>Verify the permissions for the DLL.</li>    <li>Install the .NET Extensibility feature if the request is mapped to a managed handler.</li>  <li>Create a tracing rule to track failed requests for this HTTP status code. For more information about creating a tracing rule for failed requests, click <a href="http://go.microsoft.com/fwlink/?LinkID=66439">here</a>. </li> </ul></fieldset></div>

详细错误信息:

模块 nbsp;AspNetCoreModuleV2通知 nbsp;ExecuteRequestHandlerHandler nbsp;aspNetCoreError代码 nbsp;0x00000000请求的URL nbsp;http://kenticobetwaydev:80/Physical路径 nbsp;C: \home\site\wwwrootLogon方法 nbsp;匿名登录用户 nbsp;匿名的

更多信息:

此错误表示在处理请求时出现问题。Web服务器收到了请求,但在处理过程中发生了致命错误,导致500错误查看更多信息»

Microsoft知识库文章:

在将项目部署到azure 之前,我需要在项目上添加webconfig

最新更新