Web Console integration
This commit is contained in:
parent
d933862a05
commit
440af2bf77
25 changed files with 2260 additions and 409 deletions
|
@ -78,6 +78,7 @@ namespace WebsitePanel.Providers.Web
|
|||
private bool redirectPermanent;
|
||||
private bool sharePointInstalled;
|
||||
private bool iis7;
|
||||
private string consoleUrl;
|
||||
|
||||
public string AnonymousUsername
|
||||
{
|
||||
|
@ -263,6 +264,12 @@ namespace WebsitePanel.Providers.Web
|
|||
get { return this.iis7; }
|
||||
set { this.iis7 = value; }
|
||||
}
|
||||
|
||||
public string ConsoleUrl
|
||||
{
|
||||
get { return consoleUrl; }
|
||||
set { consoleUrl = value; }
|
||||
}
|
||||
|
||||
#region Web Deploy Publishing Properties
|
||||
/// <summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue