Creating and debugging a Sharepoint Services 3.0 WebPart
Posted
by Filip Ekberg
on Stack Overflow
See other posts from Stack Overflow
or by Filip Ekberg
Published on 2010-03-26T08:13:35Z
Indexed on
2010/03/26
10:33 UTC
Read the original article
Hit count: 373
I am trying to create a WebPart for my locally installed Sharepoint Services 3.0 and I've followed various tips and guides to get it all working. However somewhere on the road I must have missed something or this is just not "in all the books".
When creating an empty Sharepoint WebPart and just hitting F5 to debug it, I get the following message:
Error 1 The HTTP request is unauthorized with client authentication scheme 'Negotiate'. The authentication header received from the server was 'Negotiate,NTLM'. 0 0
And as this article from microsoft suggests I did enable Negotiate, NTLM. But it's still not working,
Any suggestions?
© Stack Overflow or respective owner