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)
Issue: The angular application was getting error from API that the origin has been blocked by CORS policy. Solution: Make sure that the...
No comments:
Post a Comment