Situatie
Ai un server Sharepoint si doresti sa creezi o noua aplicatie web.
Solutie
Pasi de urmat
Verifici daca userul tau are urmatoarele drepturi pe baza de date :
- securityadmin
- db_owner
Deschizi SharePoint 2013 Management Shell.
Rulezi urmatoarea comanda :
New-SPWebApplication -Name <Name> -ApplicationPool <ApplicationPool> -AuthenticationMethod <WindowsAuthType> -ApplicationPoolAccount <ApplicationPoolAccount> -Port <Port> -URL <URL> Exemplu :
New-SPWebApplication -Name "Example Internet Site" -ApplicationPool "ExampleAppPool" -AuthenticationMethod "Kerberos" -ApplicationPoolAccount (Get-SPManagedAccount "Domainusername") -Port 80 -URL "https://www.example.com"
Leave A Comment?