A) Powershell support added within the provider B) Now returns the actual deployed language packs C) The PeoplePicker points to the organization OU and shows only the users from the tentant organization. A requirement when used with Exchange 2010 SP2 Addressbook Policies D) Shared SSL root added to use wild card certificates as part of hosting plan. When enabled the host name is generated. E) Search fix: Provisioning of localhost file where the server component is active. This system expected to be the search server. Within the local hostfile the sites are listed with their local ip address so the search server can resolve the site and crawl through their data. This component needs to be compiled with .NET 2.0 together with Provers.Base, OS.Windows2003, OS.Windows2008, Server.Utils, and Server components. Out standing is to update the build and deployment package for a dedicated deployment packaged so this component is using .NET 2.0, all other should be using .NET 4.0. This will eliminate the configuration circus that was required to get the .NET 4.0 version of this component working previously.
57 lines
No EOL
2.5 KiB
Text
57 lines
No EOL
2.5 KiB
Text
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="HostedSharePoint30_Settings.ascx.cs" Inherits="WebsitePanel.Portal.ProviderControls.HostedSharePoint30_Settings" %>
|
|
<%@ Register Src="../UserControls/SelectIPAddress.ascx" TagName="SelectIPAddress" TagPrefix="wsp" %>
|
|
|
|
<table cellpadding="4" cellspacing="0" width="100%">
|
|
<tr>
|
|
<td class="SubHead" width="200" nowrap>
|
|
<asp:Label ID="lblRootWebApplication" runat="server" meta:resourcekey="lblRootWebApplication" Text="SharePoint Web Application Url:"></asp:Label>
|
|
</td>
|
|
<td width="100%">
|
|
<asp:TextBox ID="txtRootWebApplication" runat="server" CssClass="NormalTextBox" Width="200px"></asp:TextBox>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="SubHead" width="200" nowrap>
|
|
<asp:Label ID="lblRootWebApplicationIpAddress" runat="server" meta:resourcekey="lblRootWebApplicationIpAddress" Text="SharePoint Web Application IP:"></asp:Label>
|
|
</td>
|
|
<td width="100%">
|
|
<wsp:SelectIPAddress ID="ddlRootWebApplicationIpAddress" runat="server" ServerIdParam="ServerID" AllowEmptySelection="false" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2">
|
|
<asp:CheckBox ID="chkLocalHostFile" runat="server" meta:resourcekey="chkLocalHostFile" Text="Provision localhost file" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="SubHead" width="200" nowrap>
|
|
<asp:Label ID="lblSharedSSLRoot" runat="server" meta:resourcekey="lblSharedSSLRoot" Text="Shared SSL Root:"></asp:Label>
|
|
</td>
|
|
<td width="100%">
|
|
<asp:TextBox ID="txtSharedSSLRoot" runat="server" CssClass="NormalTextBox" Width="200px"></asp:TextBox>
|
|
</td>
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
<fieldset>
|
|
<legend>
|
|
<asp:Label ID="lblSharePointBackup" runat="server" meta:resourcekey="lblSharePointBackup" Text="SharePoint Backup" CssClass="NormalBold"></asp:Label>
|
|
</legend>
|
|
<br />
|
|
<table width="100%" cellpadding="4">
|
|
|
|
<tr>
|
|
<td class="Normal" valign="top" width="181">
|
|
<asp:Label ID="lblBackupTempFolder" runat="server" meta:resourcekey="lblBackupTempFolder" Text="SharePoint Backup Temporary Folder:"></asp:Label>
|
|
</td>
|
|
<td class="Normal" valign="top">
|
|
<asp:TextBox ID="txtBackupTempFolder" runat="server" CssClass="NormalTextBox" Width="300px"></asp:TextBox>
|
|
<p style="text-align: justify;"><i><asp:Localize ID="Localize1" runat="server" meta:resourcekey="lclTempBackupNote" /></i></p>
|
|
</td>
|
|
</tr>
|
|
|
|
</table>
|
|
</fieldset>
|
|
|
|
<br /> |