简体   繁体   English

升级到IIS应用程序池ASP.NET V4.0有什么可能的影响?

[英]What are the possible effects of upgrading to IIS Application Pool ASP.NET V4.0?

Locally, I have upgraded my application to IIS Application Pool ASP.NET V4.0 Classic. 在本地,我已将应用程序升级到IIS应用程序池ASP.NET V4.0 Classic。 The problem here is when I am planning to deploy it to our server I found out that there is an existing application running on Application Pool ASP.NET V2.0 Classic. 这里的问题是,当我计划将其部署到我们的服务器时,我发现在Application Pool ASP.NET V2.0 Classic上运行着一个现有的应用程序。

What are the possible effect to the existing application if I upgrade the server to Application Pool ASP.NET V4.0? 如果将服务器升级到应用程序池ASP.NET V4.0,对现有应用程序可能会有什么影响?

I think the reponse should be... none... just do the regiis for .net 4.0 (if not done it allready) and create a new pool for your new application. 我认为响应应该是……无。只需为.net 4.0做regiis(如果没有做的话就准备好)并为新应用程序创建一个新池。 Everything should go just fine! 一切都应该顺利!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 授予用户IIS APPPOOL \\ ASP.NET v4.0的权限不足以执行此操作。 (rsAccessDenied) - The permissions granted to user IIS APPPOOL\ASP.NET v4.0 are insufficient for performing this operation. (rsAccessDenied) 用户“IIS APPPOOL\ASP.NET v4.0”登录失败 - Login failed for user 'IIS APPPOOL\ASP.NET v4.0' 如何在 IIS 7、Windows 7 上将 ASP.NET 4.0 添加为应用程序池 - How to add ASP.NET 4.0 as Application Pool on IIS 7, Windows 7 如何在Windows Azure上禁用ASP.NET v4.0无扩展URL功能 - How to Disable the ASP.NET v4.0 Extensionless URL feature on Windows Azure VS2008上的“无法在对象浏览器中查看此项目”-ASP.NET C#v4.0 - “This project cannot be viewed in object browser” on VS2008 - ASP.NET C# v4.0 如何在asp.net(v4.0)中创建cron作业以每30分钟运行一次方法 - how to create cron job in asp.net(v4.0) to run method every 30mins 3.5应用程序池下的ASP.NET 4.0应用程序 - ASP.NET 4.0 application under 3.5 application pool 是否可以使用IIS 7.0在ASP.net 4.0站点内设置运行PHP的Web应用程序? - Is it possible to setup a Web Application running PHP inside an ASP.net 4.0 site using IIS 7.0? 如何在IIS管理器中为ASP.NET 4.0应用程序添加用户? - How to add users in IIS Manager for an ASP.NET 4.0 application? Asp.net 4.0子应用程序在IIS 7.5上不起作用? - Asp.net 4.0 child application does not work on IIS 7.5?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM