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

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

问题描述

有没有办法在IIS7中配置ASP.NET?



我知道这必须是一个愚蠢的问题,但在IIS7我看到一个ASP的图标。这是IIS的配置吗?

解决方案

IIS 7与以前的版本非常不同, / p>

在以前的版本中,ASP.NET运行时是一个单独的DLL和单独的进程,而在IIS7中,ASP.NET运行时已经集成到核心IIS服务器。 p>

IIS7还包括对经典ASP的支持,因此您看到的简单称为ASP的图标将用于经典ASP配置。应该有一个单独的部分为ASP.NET配置。



请注意,所有IIS7和ASP.NET配置现在完成通过.config文件(像你的machine.config和



以下链接应提供更多信息:



IIS配置参考



ASP.NET与IIS7集成


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

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 is very different from previous versions, especially with regards to ASP.NET.

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 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.

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 Configuration Reference

ASP.NET Integration with IIS7

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

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