1
vote
2answers
15 views

Reuse web app address after migration

I have a web app on a SharePoint 2010 farm, that we use for our internal intranet example “intranet.company.com” We would like to build a 2013 farm, but pilot its development in the early stages so ...
0
votes
1answer
246 views

Best way to force traffic to Web Front End?

I have a SP 2010 farm with a 3-tier structure consisting of 1 DB server, 1 App Server and 1 Web Front End. When I create a Web New Web Application called "Search_WebApp", I notice that it creates the ...
0
votes
1answer
147 views

Access to host-named site collection in one Web Application

I've created host-named site collection in a Web application by using the following PowerShell: $dbName = "Content_Testing" $aPool = "WebAppPool" $waName = "Web Application Testing" $web = ...
1
vote
2answers
1k views

My Site links to internal URL

On any Sharepoint 2010 MySites page there is several links at the top. Upon using a people search in the SharePoint front-end, the search results in the MySites web application. Good, everything looks ...
0
votes
1answer
86 views

Using host file

I created an application in SharePoint, lets call it http://example.com/ and a site collection with the "Empty Site" template. Since I'm using it locally in a virtual machine in host-only mode, I had ...