CreateVirtualDirectory.

AspEnableTypelibCache Property

Summary

Specifies whether type libraries are cached on the server. The default is true.

Syntax

[TaskAttribute("aspenabletypelibcache"), IisProperty]
public bool AspEnableTypelibCache { get; set; }

Remarks

The World Wide Web Publishing Service (WWW service) setting for this property is applicable to all in-process and pooled out-of-process application nodes, at all levels.

Metabase settings at the Web server level or lower are ignored for in-process and pooled out-of-process applications. However, settings at the Web server level or lower are used if that node is an isolated out-of-process application.

Attributes

Type Description
TaskAttribute
CreateVirtualDirectory.IisPropertyAttribute

Value

Type Description
bool