Hello,
I'm
trying to create the test application that ships with the MySpace
Toolkit for ASP.NET. I think I've set everything up properly. However, when I try
to test my app, I get the following error :
<error>
<statuscode>401</statuscode>
<message>
Could not identify or did not find an approved authentication protocol.
Check the targeted host and all necessary parameters.
</message>
</error>
I realize that most of you probably aren't using ASP .NET. However, I was wondering if you knew of any general strategies for troubleshooting this sort of error.
Thank you for your time.