Cassini Configuration API Documentation

ApplicationEntry Constructor (String)

Creates application record and assigns a free port to it.

[Visual Basic]
Overloads Public Sub New( _
   ByVal physicalPath As String _
)
[C#]
public ApplicationEntry(
   string physicalPath
);

Parameters

physicalPath
Path to application location on a desk.

Remarks

Application ID will be generated automatically for the application.

See Also

ApplicationEntry Class | CassiniConfiguration Namespace | ApplicationEntry Constructor Overload List