IIS 6.0 中的默认应用程序池?
我如何检查 Windows Server 2003 中 IIS 6.0 中使用哪个版本的 .net 作为 DefaultAppPool? 我尝试右键单击 DefaultAppPool 的“属性”,但没有得到任何信息。
谢谢
How can i check what version of .net is being used as DefaultAppPool in IIS 6.0 in Windows server 2003?
I tried to right click Properties of DefaultAppPool but didn't get any information.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为该设置位于 IIS6 中的虚拟目录级别(参见屏幕截图),链接此处
I think that setting resides at the virtual directory level in IIS6 (see screenshot) at link here
应用程序池中启动的第一个 ASP.Net 应用程序将确定所使用的 .Net Framework 版本。如果要在与 ASP.Net 4 应用程序相同的 IIS6 上运行 ASP.Net 2/3/3.5 应用程序,请将它们放在单独的应用程序池中。
The first ASP.Net application to start in the App Pool will determine the .Net Framework version used. If you want to run ASP.Net 2/3/3.5 apps on the same IIS6 as ASP.Net 4 apps, put them in separate app pools.