前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >服务器同时存在1.1和2.0程序注意事项

服务器同时存在1.1和2.0程序注意事项

作者头像
张善友
发布2018-01-19 11:38:02
3950
发布2018-01-19 11:38:02
举报
文章被收录于专栏:张善友的专栏张善友的专栏

Asp.net和asp.net2.0同时部署在服务器上:发生如下错误

Server Application Unavailable

The web application you are attempting to access on this web server is currently unavailable.  Please hit the "Refresh" button in your web browser to retry your request.

Administrator Note: An error message detailing the cause of this specific request failure can be found in the application event log of the web server. Please review this log entry to discover what caused this error to occur.

在事件察看器上看到如下错误: It is not possible to run two different versions of ASP.NET in the same IIS process. Please use the IIS Administration Tool to reconfigure your server to run the application in a separate process. 如何解决这个问题? 2) 为1.1和2.0的程序部署在不同的网站下面。 3) 1.1和2.0的程序的网站分别属于不同的应用程序池

我的上述解释如果你有看不懂的地方,可以同我联系 ;) http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconconfiguringaspnetapplicationforaspnetversion.asp

本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2005-11-17 ,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • Asp.net和asp.net2.0同时部署在服务器上:发生如下错误
    • Server Application Unavailable
    领券
    问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档