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.)
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.)