一个网站是用的VS.NET 2003编译的,用的是.NET Freamwork 1.1
一个网站是用的VS.NET 2005编译的,用的是.NET Freamwork 2.0
在同一台机器的同一个IIS上
各自指定了Freamwork的版本,但是有一个就不能访问
想问一下,有什么办法可以让两个网站都能被成功访问

问题补充:

不行,报错“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.”
我可不可以回答自己的问题?呵呵。
问题解决了。IIS6.0有一个特性,就是Application pool。分别给两个网站建不同的Application pool,在IIS中指定用不同的Freamwork版本,即可。

相关文章:

  • 2021-10-30
  • 2022-12-23
  • 2021-09-23
  • 2022-01-25
  • 2021-10-07
  • 2021-08-23
  • 2021-11-04
猜你喜欢
  • 2021-04-08
  • 2022-12-23
  • 2022-12-23
  • 2022-01-23
  • 2021-09-23
  • 2021-08-27
  • 2021-10-27
相关资源
相似解决方案