Tuesday, August 23, 2011

Add a new service application pool

 

You can use the New-SPServiceApplicationPool cmdlet to create new Web service application pools in IIS.

PS > New-SPServiceApplicationPool -Name “AppPool” `

>> -account (Get-SPManagedAccount domain\account)

No comments:

Post a Comment

Access to XMLHttpRequest at 'from origin has been blocked by CORS policy: Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https. .net core angular

Issue: The angular application was getting error from API that the origin has been blocked by CORS policy. Solution: Make sure that the...