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
  1. <?xml version="1.0"?>

  2. <configuration>
  3.   <configSections>
  4.     <section name="ExtAspNet" type="ExtAspNet.ConfigSection, ExtAspNet" requirePermission="false"/>
  5.   </configSections>
  6.   <ExtAspNet EnableBigFont="true" DebugMode="false"/>
  7.   <appSettings/>
  8.   <system.web>
  9.     <pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID">
  10.       <controls>
  11.         <add assembly="ExtAspNet" namespace="ExtAspNet" tagPrefix="ext"/>
  12.       </controls>
  13.     </pages>
  14.     <customErrors mode="Off"/>
  15.     <compilation debug="true" targetFramework="4.5">
  16.       <assemblies>
  17.         <add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
  18.       </assemblies>
  19.     </compilation>
  20.     <httpRuntime/>
  21.     <machineKey/>
  22.   </system.web>
  23.   <system.webServer>
  24.     <modules>
  25.       <add name="ExtAspNetScriptModule" type="ExtAspNet.ScriptModule, ExtAspNet"/>
  26.     </modules>
  27.     <httpErrors errorMode="Detailed"/>
  28.     <asp scriptErrorSentToBrowser="true"/>
  29.     <handlers>
  30.       <add name="ExtAspNetHandler" verb="GET" path="res.axd" type="ExtAspNet.ResourceHandler, ExtAspNet"/>
  31.     </handlers>
  32.   </system.webServer>
  33. </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