FineUI 官方论坛
标题:
.net4项目下应用不能在iis7下发布
[打印本页]
作者:
thb
时间:
2012-3-28 13:13
标题:
.net4项目下应用不能在iis7下发布
我建了一个.net4的项目,用vs2010开发在iis7下发布时不能正常显示。建的。net2.0的项目可以正常显示请高手支个招.
作者:
水若寒冰
时间:
2012-3-28 13:30
你看看部署到IIS上后你的项目所使用Asp.Net版本是哪个。还不行的话截个图出来看看
作者:
凤舞天翔
时间:
2012-3-29 00:06
<?xml version="1.0"?>
<configuration>
<configSections>
<section name="ExtAspNet" type="ExtAspNet.ConfigSection, ExtAspNet" requirePermission="false"/>
</configSections>
<ExtAspNet EnableBigFont="true" DebugMode="false"/>
<appSettings/>
<system.web>
<pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID">
<controls>
<add assembly="ExtAspNet" namespace="ExtAspNet" tagPrefix="ext"/>
</controls>
</pages>
<customErrors mode="Off"/>
<compilation debug="true" targetFramework="4.5">
<assemblies>
<add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
</assemblies>
</compilation>
<httpRuntime/>
<machineKey/>
</system.web>
<system.webServer>
<modules>
<add name="ExtAspNetScriptModule" type="ExtAspNet.ScriptModule, ExtAspNet"/>
</modules>
<httpErrors errorMode="Detailed"/>
<asp scriptErrorSentToBrowser="true"/>
<handlers>
<add name="ExtAspNetHandler" verb="GET" path="res.axd" type="ExtAspNet.ResourceHandler, ExtAspNet"/>
</handlers>
</system.webServer>
</configuration>
复制代码
我net4.5都可以。
作者:
thb
时间:
2012-3-29 07:31
现在extaspnet最高版本是3.1吗?我的是点net4.0环境,win7操作系统,iis7.
作者:
凤舞天翔
时间:
2012-3-29 10:51
是3.1。
win7 iis7 net4(net4.5)可以正常使用
作者:
thb
时间:
2012-3-29 12:43
凤舞天翔 发表于 2012-3-29 00:06
我net4.5都可以。
按你给出的配制,可以使用了,谢谢大侠
作者:
许给谁的一世欢
时间:
2012-10-15 10:00
我 在IIS7 发布,总是报:处理程序:ExtAspNetScriptModule在其模块列表中有一个错误。
有遇到的么?
欢迎光临 FineUI 官方论坛 (https://fineui.com/BBS/)
Powered by Discuz! X3.4