Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/19/11 11:03:17 (13 years ago)
Author:
wtollsch
Message:

#1433 connection with new AdministrationService established

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Controllers/AlgorithmClassController.cs

    r5700 r5763  
    1010using System.Diagnostics;
    1111using HLWebOKBAdminPlugin.OKBAdministrationService;
    12 using HLWebOKBAdminPlugin.OKBAuthenticationService;
    1312
    1413namespace HLWebOKBAdminPlugin.Controllers
     
    3938
    4039            asc.ClientCredentials.UserName.UserName = Membership.GetUser().UserName;
    41             //asc.ClientCredentials.UserName.Password = HttpContext.Session["pwd"].ToString();
    42             asc.ClientCredentials.UserName.Password = "Gerhard";
     40            asc.ClientCredentials.UserName.Password = HttpContext.Session["pwd"].ToString();
     41            //asc.ClientCredentials.UserName.Password = "Gerhard";
    4342            asc.ClientCredentials.ServiceCertificate.Authentication.CertificateValidationMode = X509CertificateValidationMode.None;
    4443
Note: See TracChangeset for help on using the changeset viewer.