在IIS7配置ASP.NET [英] Configuring ASP.NET in IIS7

查看:125
本文介绍了在IIS7配置ASP.NET的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有IIS7配置ASP.NET的方式?

Is there a way to configure ASP.NET in IIS7?

我知道这一定是个愚蠢的问题,但在IIS7我看到了ASP的图标。这是配置传统的ASP?

I know this must be a stupid question, but in IIS7 I see an icon for ASP. Is this configuration for Classic ASP?

推荐答案

IIS 7从previous版本有很大不同,特别是关于ASP.NET。

IIS 7 is very different from previous versions, especially with regards to ASP.NET.

在previous的版本中,ASP.NET运行时是一个单独的DLL和独立的过程,而在IIS7 ASP.NET运行时已经被集成到核心IIS服务器。

In previous versions, the ASP.NET runtime was a separate DLL and separate process, whereas in IIS7 the ASP.NET runtime has been integrated into the core IIS server.

IIS7不还包括经典ASP支持,让你看到简称ASP的图标将是经典ASP配置。应该有ASP.NET配置一个单独的部分。

IIS7 does also include support for "classic" ASP, so the icon you see simply called "ASP" will be for "classic" ASP configuration. There should be a separate section for ASP.NET configuration.

请注意,所有的IIS7和ASP.NET配置现在通过.config文件(如同你的machine.config和web.config文件中的ASP.NET)。

Note that all IIS7 and ASP.NET config is now done via .config files (like your machine.config and web.config in ASP.NET).

以下链接应提供进一步的信息:

The following links should provide further information:

IIS配置参考

ASP.NET集成IIS7

这篇关于在IIS7配置ASP.NET的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆