Microsoft SharePoint Server 2010 supports both path-based and host-named site collections. The primary difference between path-based and host-named site collections is that all path-based site collections in a Web application share the same host name (DNS name), and each host-named site collection ...
3
votes
3answers
358 views
How to create a site collection
I need to create a site collection so that url looks like http://hr.mycompany.com instead of http://portal.mycompany.com/hr. How do I do that?
2
votes
1answer
275 views
Locate Web.config for Host-named site collection in SharePoint 2010
How can I locate the web.config for a host-named site collection ?
or
Which web.config can I use for making web.config related changes for a host-named site collection ?
1
vote
1answer
708 views
NullReferenceException when running New-SPSite
I'm running the following PowerShell script on my SharePoint server to create a new host-header site collection and a tenant admin site:
Add-PSSnapin microsoft.sharepoint.powershell -ea ...
0
votes
1answer
96 views
Host Named Site Collection show IIS8 default home page
I created web application using Powershell then created Root Site Collection via CA after that created a Host Named Site collection using Powershell. following is the script. but when I browse to the ...
0
votes
1answer
289 views
Can we modify an existing site collection to become a host named site collection
I have 2 different site collections hosted on a SharePoint 2010 farm. I have created two different domain names in the DNS pointing to the SharePoint web server.
My question is despite reading ...
0
votes
0answers
62 views
Host-named Site Collections and Top Navigation bar
I have created a top navigation bar by implementing PortalSiteMapProvider and deploy it by a web scoped feature. if I create usual Site Collections Path-based SC it works and everything is ok, but if ...
0
votes
1answer
225 views
Host Named Site Collections with own Content DB, and problems (Top Nav Bar, and force to log on always)
This is the scenario:
I. All Site Collections have thier own Content Database
II. Site Collection A is Root Site Collection (created directly under Web Application = has exact same url as Web ...