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:
parent
eef516fbd4
commit
343539c25e
4 changed files with 55 additions and 19 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue