A problem with acceess into Project Server 2007 programmatically

I

Itay

Hi
I'm trying to access Project Server 2007 programmatically(ASP.NET 2.0),
using the example in the SDK.
LoginWindow.Url = baseUrl + LOGINWINDOWS;
LoginWindow.Credentials = CredentialCache.DefaultCredentials;
and so on...
When trying to execute the method:
LoginWindow.Login(),
I'm getting an exception:"The request failed with HTTP status 401:
Unauthorized.".

(When writing similar code with windows application, everything is working
properly.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top