gpt4 book ai didi

asp.net-mvc - ASP.NET : This method cannot be called during the application's pre-start initialization stage

转载 作者:行者123 更新时间:2023-12-01 23:04:29 25 4
gpt4 key购买 nike

我正在尝试让一个在 IIS 6.0 上运行的 ASP.NET MVC 3 站点。

目前,当我从服务器请求页面时,它会出现以下错误:

Parser Error Message: This method cannot be called during the application's pre-start initialization stage.



在这一行:
<add name="MyMembershipProvider" type="NS.MyMembershipProvider" connectionStringName="MyDatabase" applicationName="/MySite"/>

我完全被难住了,对 ASP.NET 应用程序生命周期一无所知,更不用说 6.0 和 7.0 之间的区别了。通读 MSDN 上的页面似乎没有多大帮助。

有没有人有任何见解或任何好的调查链接? :)

最佳答案

在您的 web.config 中添加它(在 appSettings 部分):

<add key="enableSimpleMembership" value="false"/>
<add key="autoFormsAuthentication" value="false"/>

编辑:

对于那些问为什么的人,这是 mvc 3 release notes 中描述的已知问题。
更多详情 here

关于asp.net-mvc - ASP.NET : This method cannot be called during the application's pre-start initialization stage,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4626647/

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