- Timestamp:
- 03/19/11 11:03:17 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Controllers/AlgorithmClassController.cs
r5700 r5763 10 10 using System.Diagnostics; 11 11 using HLWebOKBAdminPlugin.OKBAdministrationService; 12 using HLWebOKBAdminPlugin.OKBAuthenticationService;13 12 14 13 namespace HLWebOKBAdminPlugin.Controllers … … 39 38 40 39 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"; 43 42 asc.ClientCredentials.ServiceCertificate.Authentication.CertificateValidationMode = X509CertificateValidationMode.None; 44 43
Note: See TracChangeset
for help on using the changeset viewer.