Cassini Configuration API Documentation |
|
ApplicationEntry Constructor (Guid, String, String, String, String, Boolean)
Creates application record and assigns a free port to it.
[Visual Basic]
Overloads Public Sub New( _
ByVal
appID As
Guid, _
ByVal
name As
String, _
ByVal
description As
String, _
ByVal
physicalPath As
String, _
ByVal
defaultDocument As
String, _
ByVal
keepRunning As
Boolean _
)
Parameters
-
appID
- Application ID
-
name
- Application UI name
-
description
- Application UI description
-
physicalPath
- Path to the folder where application files are located
-
defaultDocument
- Application default document. Can be left blank if it's Default.aspx or Index.htm.
-
keepRunning
- Tells whether the application should always be loaded in memory to speed up frist page response time.
See Also
ApplicationEntry Class | CassiniConfiguration Namespace | ApplicationEntry Constructor Overload List