蒙在股里 发表于 2015-1-16 23:40:15

ASP编程:IIS属性年夜全

无法实现跨操作系统的应用。当然这也是微软的理由之一,只有这样才能发挥ASP最佳的能力。可是我却认为正是Windows限制了ASP,ASP的概念本就是为一个能让系统运行于一个大的多样化环境而设计的;iisIIsWebServiceSetting(WMI)

ThisclasscorrespondstotheIIsWebServiceIISAdminobject,andcontainstheread-writepropertiesfortheobject.


Methods
Thisobjecthasnomethods.

Properties
TheIIsWebServiceSetting(WMI)objecthasthefollowingproperties.

AccessExecute
Datatype:Boolean

SeeAccessFlagsintheMetabasePropertyReference.

AccessFlags
Datatype:SINT32

SeeAccessFlagsintheMetabasePropertyReference.

AccessNoRemoteExecute
Datatype:Boolean

SeeAccessFlagsintheMetabasePropertyReference.

AccessNoRemoteRead
Datatype:Boolean

SeeAccessFlagsintheMetabasePropertyReference.

AccessNoRemoteScript
Datatype:Boolean

SeeAccessFlagsintheMetabasePropertyReference.

AccessNoRemoteWrite
Datatype:Boolean

SeeAccessFlagsintheMetabasePropertyReference.

AccessRead
Datatype:Boolean

SeeAccessFlagsintheMetabasePropertyReference.

AccessScript
Datatype:Boolean

SeeAccessFlagsintheMetabasePropertyReference.

AccessSource
Datatype:Boolean

SeeAccessFlagsintheMetabasePropertyReference.

AccessSSL
Datatype:Boolean

SeeAccessSSLFlagsintheMetabasePropertyReference.

AccessSSL128
Datatype:Boolean

SeeAccessSSLFlagsintheMetabasePropertyReference.

AccessSSLFlags
Datatype:SINT32

SeeAccessSSLFlagsintheMetabasePropertyReference.

AccessSSLMapCert
Datatype:Boolean

SeeAccessSSLFlagsintheMetabasePropertyReference.

AccessSSLNegotiateCert
Datatype:Boolean

SeeAccessSSLFlagsintheMetabasePropertyReference.

AccessSSLRequireCert
Datatype:Boolean

SeeAccessSSLFlagsintheMetabasePropertyReference.

AccessWrite
Datatype:Boolean

SeeAccessFlagsintheMetabasePropertyReference.

AdminACLBin[]
Datatype:arrayofuint8

SeeAdminACLBinintheMetabasePropertyReference.

AdminServer
Datatype:String

SeeAdminServerintheMetabasePropertyReference.

AllowKeepAlive
Datatype:Boolean

SeeAllowKeepAliveintheMetabasePropertyReference.

AllowPathInfoForScriptMappings
Datatype:Boolean

SeeAllowPathInfoForScriptMappingsintheMetabasePropertyReference.

AnonymousPasswordSync
Datatype:Boolean

SeeAnonymousPasswordSyncintheMetabasePropertyReference.

AnonymousUserName
Datatype:String

SeeAnonymousUserNameintheMetabasePropertyReference.

AnonymousUserPass
Datatype:String

SeeAnonymousUserPassintheMetabasePropertyReference.

AppAllowClientDebug
Datatype:Boolean

SeeAppAllowClientDebugintheMetabasePropertyReference.

AppAllowDebugging
Datatype:Boolean

SeeAppAllowDebuggingintheMetabasePropertyReference.

AppFriendlyName
Datatype:String

SeeAppFriendlyNameintheMetabasePropertyReference.

ApplicationDependencies[]
Datatype:arrayofApplicationDependency

SeeApplicationDependenciesintheMetabasePropertyReference.

AppPoolId
Datatype:String

SeeAppPoolIdintheMetabasePropertyReference.

AppWamClsid
Datatype:String

SeeAppWamClsidintheMetabasePropertyReference.

AspAllowOutOfProcComponents
Datatype:Boolean

SeeAspAllowOutOfProcComponentsintheMetabasePropertyReference.

AspAllowSessionState
Datatype:Boolean

SeeAspAllowSessionStateintheMetabasePropertyReference.

AspAppServiceFlags
Datatype:SINT32

SeeAspAppServiceFlagsintheMetabasePropertyReference.

AspBufferingLimit
Datatype:SINT32

SeeAspBufferingLimitintheMetabasePropertyReference.

AspBufferingOn
Datatype:Boolean

SeeAspBufferingOnintheMetabasePropertyReference.

AspCalcLineNumber
Datatype:Boolean

SeeAspCalcLineNumberintheMetabasePropertyReference.

AspCodepage
Datatype:SINT32

SeeA</p>ASP是依赖组件的,能访问数据库的组件好多就有好多种,再有就是你微软的工具可是什么都要收钱的啊!

简单生活 发表于 2015-1-20 10:56:34

ASP.Net和ASP的最大区别在于编程思维的转换,而不仅仅在于功能的增强。ASP使用VBS/JS这样的脚本语言混合html来编程,而那些脚本语言属于弱类型、面向结构的编程语言,而非面向对象,这就明显产生以下几个问题:

不帅 发表于 2015-1-21 20:50:11

ASP(ActiveServerPages)是Microsfot公司1996年11月推出的WEB应用程序开发技术,它既不是一种程序语言,也不是一种开发工具,而是一种技术框架,不须使用微软的产品就能编写它的代码,能产生和执行动态、交互式、高效率的站占服务器的应用程序。

若相依 发表于 2015-1-28 08:18:29

我就感觉到ASP和一些常用的数据库编程以及软件工程方面的思想是非常重要的。我现在也在尝试自己做网页,这其中就用到了ASP,我想它的作用是可想而知的。

柔情似水 发表于 2015-1-29 19:53:02

封装性使得代码逻辑清晰,易于管理,并且应用到ASP.Net上就可以使业务逻辑和Html页面分离,这样无论页面原型如何改变,业务逻辑代码都不必做任何改动;继承性和多态性使得代码的可重用性大大提高。

灵魂腐蚀 发表于 2015-2-3 12:36:05

运用ASP可将VBscript、javascript等脚本语言嵌入到HTML中,便可快速完成网站的应用程序,无需编译,可在服务器端直接执行。容易编写,使用普通的文本编辑器编写,如记事本就可以完成。由脚本在服务器上而不是客户端运行,ASP所使用的脚本语言都在服务端上运行。

再见西城 发表于 2015-2-9 00:35:17

ASP(ActiveServerPages)是Microsfot公司1996年11月推出的WEB应用程序开发技术,它既不是一种程序语言,也不是一种开发工具,而是一种技术框架,不须使用微软的产品就能编写它的代码,能产生和执行动态、交互式、高效率的站占服务器的应用程序。

海妖 发表于 2015-2-26 15:35:34

弱类型造成潜在的出错可能:尽管弱数据类型的编程语言使用起来回方便一些,但相对于它所造成的出错几率是远远得不偿失的。

若天明 发表于 2015-3-8 15:47:46

掌握asp的特性而且一定要知道为什么。

分手快乐 发表于 2015-3-16 03:40:17

他的语法和设计思路和VB完全相同,导致很多ASP的书都留一句“相关内容请参考VB的相关教材....”更糟糕的是,相当多的ASP教程混合了Javascript,VBscript等等脚本语言,搞的初学者。

冷月葬花魂 发表于 2015-3-22 19:28:23

尽管MS自己讲C#内核中更多的象VC,但实际上我还是认为它和Java更象一些吧。首先它是面向对象的编程语言,而不是一种脚本,所以它具有面向对象编程语言的一切特性,比如封装性、继承性、多态性等等,这就解决了刚才谈到的ASP的那些弱点。
页: [1]
查看完整版本: ASP编程:IIS属性年夜全