询问者
在没有asp.net选项卡的时候,怎么选择.net2.0和.net4.0?

问题
-
大家好!
我们使用的是win2003 R2 SP2 64位企业版,由于系统内存64G所以只能用64位的。但是我们的应用都是32位的,我们就使用命令把IIS运行在了32位下,使用的是.net2.0。
昨天有一个新系统要上线,使用的是.net 4.0,于是我们安装了,但是在IIS6中无法找到选择2.0和4.0的地方。大家有什么其它办法么?
下图是我们现在的IIS截图
- 已移动 ThankfulHeart 2014年1月15日 5:27 IIS问题
全部回复
-
你好,
iis 6 已经支持.net 4 了。为了用.net 4, 我们需要安装他http://www.microsoft.com/en-us/download/details.aspx?id=17851。 然后 run aspnet_regiis-i 。
详细信息你可以参考这个blog:http://johan.driessen.se/posts/getting-an-asp.net-4-application-to-work-on-iis6。
Once we have things installed, we can select 4.0 as the framework for our site in the IIS6 configuration page for the site。For more information, refer here
http://crmvoyager.net/2010/08/02/installing-asp-net-4-0-on-server2003iis6/
希望对你有所帮助。
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. <br/> Click <a href="http://support.microsoft.com/common/survey.aspx?showpage=1&scid=sw%3Ben%3B3559&theme=tech"> HERE</a> to participate the survey.
-
你好,
iis 6 已经支持.net 4 了。为了用.net 4, 我们需要安装他http://www.microsoft.com/en-us/download/details.aspx?id=17851。 然后 run aspnet_regiis-i 。
详细信息你可以参考这个blog:http://johan.driessen.se/posts/getting-an-asp.net-4-application-to-work-on-iis6。
Once we have things installed, we can select 4.0 as the framework for our site in the IIS6 configuration page for the site。For more information, refer here
http://crmvoyager.net/2010/08/02/installing-asp-net-4-0-on-server2003iis6/
希望对你有所帮助。
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. <br/> Click <a href="http://support.microsoft.com/common/survey.aspx?showpage=1&scid=sw%3Ben%3B3559&theme=tech"> HERE</a> to participate the survey.
您好,是这样的,如上面第一个图所示,2.0和4.0 32位的我都开启了,但是工作在2.0的应用就不正常了。默认使用的就是4.0的版本。
我想有没有一种方法可以让程序选择2.0或者4.0
-
Hi,
Please refer the second link http://crmvoyager.net/2010/08/02/installing-asp-net-4-0-on-server2003iis6/. we can select 4.0 or 2.0 as the framework for our site in the IIS6 configuration page for the site.
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. <br/> Click <a href="http://support.microsoft.com/common/survey.aspx?showpage=1&scid=sw%3Ben%3B3559&theme=tech"> HERE</a> to participate the survey.