exchange 2013 provider id added
This commit is contained in:
parent
d38f618072
commit
2a7d298dfc
2 changed files with 19 additions and 4 deletions
|
@ -5,11 +5,15 @@
|
||||||
</configSections>
|
</configSections>
|
||||||
<!-- Connection strings -->
|
<!-- Connection strings -->
|
||||||
<connectionStrings>
|
<connectionStrings>
|
||||||
<add name="EnterpriseServer" connectionString="Server=(local)\SQLExpress;Database=WebsitePanel;uid=sa;pwd=Password12" providerName="System.Data.SqlClient" />
|
<add name="EnterpriseServer" connectionString="server=2012PROV01;database=WebsitePanel;uid=WebsitePanel;pwd=5qc7ftf6q42byc08z857;" providerName="System.Data.SqlClient" />
|
||||||
</connectionStrings>
|
</connectionStrings>
|
||||||
<appSettings>
|
<appSettings>
|
||||||
<!-- Encryption util settings -->
|
<!-- A1D4KDHUE83NKHddF -->
|
||||||
<add key="WebsitePanel.CryptoKey" value="1234567890" />
|
<!--
|
||||||
|
<add key="WebsitePanel.CryptoKey" value="3x7eqt7zabc5n5afs6dg" />
|
||||||
|
<add key="WebsitePanel.CryptoKey" value="fr2ym4wn2gmbrj7dz336" />
|
||||||
|
-->
|
||||||
|
<add key="WebsitePanel.CryptoKey" value="fbd61z4gwsc2m01x7xn2" />
|
||||||
<!-- A1D4KDHUE83NKHddF -->
|
<!-- A1D4KDHUE83NKHddF -->
|
||||||
<add key="WebsitePanel.EncryptionEnabled" value="true" />
|
<add key="WebsitePanel.EncryptionEnabled" value="true" />
|
||||||
<!-- Web Applications -->
|
<!-- Web Applications -->
|
||||||
|
|
|
@ -43,6 +43,7 @@ namespace WebsitePanel.Portal.ProviderControls
|
||||||
|
|
||||||
public const int EXCHANGE2010_PROVIDER_ID = 32;
|
public const int EXCHANGE2010_PROVIDER_ID = 32;
|
||||||
public const int EXCHANGE2010SP2_PROVIDER_ID = 90;
|
public const int EXCHANGE2010SP2_PROVIDER_ID = 90;
|
||||||
|
public const int EXCHANGE2013_PROVIDER_ID = 91;
|
||||||
|
|
||||||
public string HubTransports
|
public string HubTransports
|
||||||
{
|
{
|
||||||
|
@ -101,6 +102,16 @@ namespace WebsitePanel.Portal.ProviderControls
|
||||||
locMailboxDatabase.Visible = false;
|
locMailboxDatabase.Visible = false;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case EXCHANGE2013_PROVIDER_ID:
|
||||||
|
clusteredMailboxServer.Visible = false;
|
||||||
|
txtMailboxClusterName.Text = "";
|
||||||
|
|
||||||
|
storageGroup.Visible = false;
|
||||||
|
txtStorageGroup.Text = "";
|
||||||
|
|
||||||
|
locMailboxDatabase.Visible = false;
|
||||||
|
break;
|
||||||
|
|
||||||
|
|
||||||
default:
|
default:
|
||||||
storageGroup.Visible = true;
|
storageGroup.Visible = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue