Tagged Questions
0
votes
1answer
154 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 = ...