开发者

iis 7 and .net framework 4.0 beta 2

开发者 https://www.devze.com 2022-12-19 04:35 出处:网络
I am trying to get aasp.net 4.0 beta 2. website running that is working on my dev machine, but not when开发者_高级运维 I published to my server. Where I get the HTTP 500.22 error when using the 4.0 as

I am trying to get a asp.net 4.0 beta 2. website running that is working on my dev machine, but not when开发者_高级运维 I published to my server. Where I get the HTTP 500.22 error when using the 4.0 as application pool and "Integrated" in "Managed Pipeline Mode".

What am I missing?

Thanks, Anders


Try setting this in your web.config file:

<system.webServer>
    <validation validateIntegratedModeConfiguration="false" />
</system.webServer>
0

精彩评论

暂无评论...
验证码 换一张
取 消