Commit Contribution from Helicon
Includes: - complete re-write of Web Application Gallery - Addition of Web PI Installer in Server module
This commit is contained in:
parent
3b81883a25
commit
a2beec7fe4
80 changed files with 9236 additions and 1762 deletions
|
@ -41,37 +41,48 @@ namespace WebsitePanel.Providers.WebAppGallery
|
|||
}
|
||||
|
||||
[Flags]
|
||||
public enum DeploymentParameterWellKnownTag
|
||||
public enum DeploymentParameterWellKnownTag : long
|
||||
{
|
||||
None = 0,
|
||||
AppHostConfig = 1,
|
||||
AppPoolConfig = 2,
|
||||
Boolean = 4,
|
||||
ComObject32 = 8,
|
||||
ComObject64 = 16,
|
||||
DBAdminPassword = 32,
|
||||
DBAdminUserName = 64,
|
||||
DBConnectionString = 128,
|
||||
DBName = 256,
|
||||
DBServer = 512,
|
||||
DBUserName = 1024,
|
||||
DBUserPassword = 2048,
|
||||
FlatFile = 4096,
|
||||
Hidden = 8192,
|
||||
IisApp = 16384,
|
||||
MetaKey = 32768,
|
||||
MySql = 65536,
|
||||
MySqlConnectionString = 131072,
|
||||
New = 262144,
|
||||
RegKey = 524288,
|
||||
SetAcl = 1048576,
|
||||
Sql = 2097152,
|
||||
SqLite = 4194304,
|
||||
SqlConnectionString = 8388608,
|
||||
Password = 16777216,
|
||||
PhysicalPath = 33554432,
|
||||
VistaDB = 67108864,
|
||||
Validate = 134217728,
|
||||
None = 0L,
|
||||
AppHostConfig = 1L,
|
||||
AppPoolConfig = 2L,
|
||||
Boolean = 4L,
|
||||
ComObject32 = 8L,
|
||||
ComObject64 = 16L,
|
||||
DBAdminPassword = 32L,
|
||||
DBAdminUserName = 64L,
|
||||
DBConnectionString = 128L,
|
||||
DBName = 256L,
|
||||
DBServer = 512L,
|
||||
DBUserName = 1024L,
|
||||
DBUserPassword = 2048L,
|
||||
FlatFile = 4096L,
|
||||
Hidden = 8192L,
|
||||
IisApp = 16384L,
|
||||
MetaKey = 32768L,
|
||||
MySql = 65536L,
|
||||
MySqlConnectionString = 131072L,
|
||||
New = 262144L,
|
||||
RegKey = 524288L,
|
||||
SetAcl = 1048576L,
|
||||
Sql = 2097152L,
|
||||
SqLite = 4194304L,
|
||||
SqlConnectionString = 8388608L,
|
||||
Password = 16777216L,
|
||||
PhysicalPath = 33554432L,
|
||||
VistaDB = 67108864L,
|
||||
Validate = 134217728L,
|
||||
SqLiteConnectionString = 268435456L,
|
||||
SqlCE = 536870912L,
|
||||
NoStore = 1073741824L,
|
||||
AppURL = 2147483648L,
|
||||
NoProtocol = 4294967296L,
|
||||
DBUserConnectionString = 8589934592L,
|
||||
DBAdminConnectionString = 17179869184L,
|
||||
WebPIApplicationID = 34359738368L,
|
||||
Ignore = 68719476736L,
|
||||
AutoGenerated = 137438953472L,
|
||||
SingleLineConnectionString = 274877906944L,
|
||||
}
|
||||
|
||||
[Serializable]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue