Sandboxed solutions can’t execute for longer than 30seconds, and they cannot exceed a certain amount of resource usage per day.
In addition,server-side code cannot make calls/requests to externally hosted web services.
Host Name Site Collections (HNSC) in SharePoint 2010 hadto be in the Default zone and couldn’t use alternative access mapping. Inaddition, there was only one hostname per site collection.
#Create a new HNSC
New-SPSite "http://www.bar.com"-HostHeaderWebApplication "http://foo" -Name "Bar
Portal" -Description "Bar Portal"-OwnerAlias "Tailspintoys\administrator"
-language 1033 -Template "STS#0"
# Get a reference to the new HNSC
$site = Get-SPSite 'http://www.bar.com'
# Add an alternative URL and map to Default zone
Set-SPSiteURL -Identity $site -Url http://foo.bar.com-Zone 0
# Add an alternative URL and map to Internet zone
Set-SPSiteURL -Identity $site -Url https://foo.bar.com-Zone 2
list all zonescreated for the new HSNC
Get-SPSiteUrl -Identity http://www.bar.com
When the Machine Translation Service application receivesa translation request, it forwards the request to a Bing translation service inthe cloud.Communicate this with your clients up front.

被折叠的 条评论
为什么被折叠?



