通过sharepoint站点和Internet URL连接Visual Stedio [英] Connect Visual Stedio via sharepoint site and internet URL

查看:100
本文介绍了通过sharepoint站点和Internet URL连接Visual Stedio的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

hi


我使用power shell创建sitecollection cmd并设置了互联网域名http://xxxx.com



#参数

$ webAppHostHeader ='http:// portal'
$
$ webAppName ='Portal'

$ webAppOwnerAlias ='SHAREPOINT20190 \ administrator}'
$ siteColOwnerAlias ='SHAREPOINT20190 \ Administrator}'
$ rootSiteTemplate ='BLANKINTERNET#0'


#创建网站集1

New-SPSite'http://xxxx.com'-HostHeaderWebApplication $ webAppHostHeader -Name'StartWebsite Website'-Description'StartWebsite Website'-OwnerAlias $ siteColOwnerAlias -Language 1033 -Template $ rootSiteTemplate


现在网址是'http://xxxx.com'我如何连接这个网站Visual Stedio


问题是网址 


解决方案


您是否在创建主机名网站集后在DNS服务器中创建了'主机'?


< span style ="font-size:10.5pt;行高:105%; font-family:'Segoe UI',sans-serif; background:white">如果您正确配置了主机名网站集,请将主机名添加到本地主机(c:\ Windows \System32 \Drivers \ etc \ hosts)。





https://platinumdogs.me/2014/01/14/remote-sharepoint-site-connections-not-supported-using-visual-studio-2013-and-host-named-site-collections/


配置主机名网站集。


https:// sergeluca。 wordpress.com/2014/01/13/creating-host-named-site-collections-in-sharepoint-2013/


< a href ="http://www.sharepointdiary.com/2014/06/create-host-named-site-collections-in-sharepoint-2013.html"> http://www.sharepointdiary.com/2014/06 /create-host-named-site-collections-in-sharepoint-2013.html


最好的问候,


Lee


hi

i use power shell to create sitecollection cmd with set internet domain http://xxxx.com

# Parameters
$webAppHostHeader = 'http://portal'
$webAppName = 'Portal'
$webAppOwnerAlias = 'SHAREPOINT20190\administrator'
$siteColOwnerAlias = 'SHAREPOINT20190\administrator'
$rootSiteTemplate = 'BLANKINTERNET#0'

# Create the site collection1
New-SPSite 'http://xxxx.com' -HostHeaderWebApplication $webAppHostHeader -Name 'StartWebsite Website' -Description 'StartWebsite Website' -OwnerAlias $siteColOwnerAlias -Language 1033 -Template $rootSiteTemplate

Now URL Site is 'http://xxxx.com' How i can Connect this site with Visual Stedio

Problem Is Url 

解决方案

Hi,

Have you created ‘Host’ in your DNS server after you created host name site collection?

If you configured the host name site collection properly, add the host name to local hosts(c:\Windows\System32\Drivers\etc\hosts).


https://platinumdogs.me/2014/01/14/remote-sharepoint-site-connections-not-supported-using-visual-studio-2013-and-host-named-site-collections/

Configure host name site collections.

https://sergeluca.wordpress.com/2014/01/13/creating-host-named-site-collections-in-sharepoint-2013/

http://www.sharepointdiary.com/2014/06/create-host-named-site-collections-in-sharepoint-2013.html

Best Regards,

Lee


这篇关于通过sharepoint站点和Internet URL连接Visual Stedio的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆