Cum creezi o aplicatie web in Sharepoint cu mod clasic de autentificare Windows

Configurare noua (How To)

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"

Tip solutie

Permanent

Voteaza

(14 din 29 persoane apreciaza acest articol)

Despre Autor

Leave A Comment?