Search

You searched for the word(s): userid:646178

Matching Posts

  • Repeater control is suppressing blank lines and trimming data

    I am pulling data from a legacy system and using a repeater to display the data. The data is basically just comments and contains blank rows and items that have spaces before them for formatting purposes. The data is all correct in the dataset (the dataset does contain the empty rows (not null - empty strings that are about 50 charachters long) and it does contain the spacing. However, when bound to the repeater the repeater removes the blank rows and seems to trim the data on it's own so all
    Posted to Data Presentation Controls (Forum) by jfkrueger on 8/12/2009
  • Re: Add PostBackTrigger for control on child page

    Did you add a postback trigger for the button?
    Posted to ASP.NET AJAX Control Toolkit (Forum) by jfkrueger on 4/24/2009
  • Re: AzMan with Windows Authentication and SecurityTrimming

    Hi there, thanks for the reply! I am familiar with how to use AzMan, i've used it for quite a few intranet applications and it works great. However, when using Forms authentication it is requiring the "@mydomain.com" for any calls to the Role manager (which is what is used for security trimming), so if I try to use it I get the invalid parameter error. It works fine with windows authentication, but for some reason forms authentication is forcing the requirement of having the "
    Posted to Security (Forum) by jfkrueger on 4/22/2009
  • Re: AzMan Error: This operation can not be performed on the current domain.

    Hi there, Thanks for the reply! I have tried to use forms authentication but that causes other problems (can't use security trimming - i've got another post about that). If I could get the other issues figured out I would prefer to use forms authentication. I am using AzMan as my role manager for several intranet applications and it works great, now i'm just trying to get it to work with an external application that is hosted on another domain.
    Posted to Security (Forum) by jfkrueger on 4/22/2009
  • AzMan Error: This operation can not be performed on the current domain.

    So here is my setup: I am authenticating against our main domain, but the website is hosted on another domain. There is a full trust relationship between the two. I am trying to use Basic Authentication (in IIS) and have specified the default domain. I am able to authenticate but any call to the role manager causes this error: This operation can not be performed on the current domain. How can I have AzMan work across domains? Thanks!
    Posted to Security (Forum) by jfkrueger on 4/13/2009
  • Re: Using Active-Directory-Based AzMan

    I can't believe nobody has addressed your issues - frustrating! Well I am having similar issues (getting the Invalid Parameter error) when trying to do a role-check using Forms Authentication, Active Directory membership provider, and AzMan role provider. It turns out I can get it to work by appending the "@mydomain.com" to the end of User.Identity.Name in the call to Roles.IsUserInRole, ie: Roles.IsUserInRole(User.Identity.Name + "@mydomain.com", "myRole") User
    Posted to Security (Forum) by jfkrueger on 4/13/2009
  • Re: ActiveDirectoryMembershipProvider Not Working

    I changed the name of my cookie (specified in the forms-authentication node) and it works now. Grrr.
    Posted to Active Directory and LDAP (Forum) by jfkrueger on 4/13/2009
  • AzMan with Windows Authentication and SecurityTrimming

    So here is my situation: Authentication: Forms Membership Provider: Active Directory attributeMapUsername="sAMAccountName" Role Provider: AzMan If try to check if a user is in a specific role using the following two methods, I get an error: User.IsInRole("RoleName") Roles.IsUserInRole(User.Identity.Name, "RoleName") This is the error that I get: {"Exception has been thrown by the target of an invocation."} - {"The parameter is incorrect. (Exception from
    Posted to Security (Forum) by jfkrueger on 4/13/2009
  • Re: ActiveDirectoryMembershipProvider Not Working

    And even more info... I've gone back to trying to do it manually rather than using the login control (still following the example listed above) and I am not getting the following code (happens on the Login Button Click after Membership.Validate user is called and is valid): If Not Request.QueryString( "ReturnUrl" ) Is Nothing Then FormsAuthentication.RedirectFromLoginPage(TextBoxUserId.Text, False ) Else FormsAuthentication.SetAuthCookie(TextBoxUserId.Text, False ) End If Request.QueryString
    Posted to Active Directory and LDAP (Forum) by jfkrueger on 4/8/2009
Page 1 of 11 (103 items) 1 2 3 4 5 Next > ... Last »