Fixed: IP switch configuration made IPV6 aware

Fixed: Message raised when public shared ip address is not configured when
creating or switching to a site with a shared ip adddres and dns enabled.
This commit is contained in:
robvde 2012-11-01 09:41:10 +04:00
parent eef516fbd4
commit 343539c25e
4 changed files with 55 additions and 19 deletions

View file

@ -115,6 +115,7 @@ namespace WebsitePanel.EnterpriseServer
public const int ERROR_WEB_SITE_SHARED_IP_ADDRESS_NOT_SPECIFIED = -608;
public const int ERROR_WEB_SHARED_SSL_QUOTA_LIMIT = -609;
public const int ERROR_GLOBALDNS_FOR_DEDICATEDIP = -610;
public const int ERROR_PUBLICSHAREDIP_FOR_SHAREDIP = -611;
#endregion
#region Mail