I am working on upgrading a web application from SharePoint 2010 to 2013.
I created the web application
New-SPWebApplication -Name $WebAppName -ApplicationPool $applicationpool -URL $host1 -Port 443 –AuthenticationMethod $ap -SecureSocketsLayer -DatabaseName $DBName -DatabaseServer $DBServer -HostHeader $hostH
Where $ap equals NTLM on the SharePoint 2013 Farm.
Then I used mount-spcontentdatabase.
mount-spcontentdatabase THEDatbase -DatabaseServer SQLServer -webapplication
https://xxxx.domain.com
Then I ran:
Convert-SPWebApplication -Identity "http://xxx.domain.com" -To Claims –RetainPermissions -Force
After that I get an error http 403
This website requires you to log in.
Policy for Web application:
i add the user with the claims username: i:0#.w|domain\username
it does not work. Still http 403 error.
in IIS I notice a change.
Enable Kernel-mode authentication is not marked
and in enabled providers: Negotiate is not there.
I tried to add this both but it didnt work.
I have 15.0.4481.1005 version on the FARM.
what can I do?
best regards,
Olafur