Browse by Tags

Related Posts

  • Re: .mdf file added in VS2008

    Actually I have resolved this. There is no conflict in the way you mean. Okay here goes: When you install VS2008 it also installs SQL Server 2005 Express Edition this is to enable you add a database through the app_data folder so you can then use the friendly interface ASP.NET configuration tool. At...
    Posted to Installation and Setup (Forum) by voldy2 on 06-09-2009, 12:00 AM
    Filed under: roles, sql server 2008, membership, vs2008
  • Mocking Membership

    I'm writing a custom Profile provider, but I still intend to use the default AspNetSqlMembershipProvider as my Membership provider. My GetAllProfiles() method in my Profile provider looks like this: 1 public override ProfileInfoCollection GetAllProfiles(ProfileAuthenticationOption authenticationOption...
    Posted to Security (Forum) by rob_abernethy on 06-08-2009, 12:00 AM
    Filed under: TDD, membership, Mock
  • GridView not updating...

    Using VS2005, VB code behind, I have a GridView displaying membership information. When I click edit ( ID ="EditButton" ) the EditItemTemplates are displayed correctly for each field as desired. When the RowUpdating event is triggered (by clicking the ID ="lbUpdate" link button) the...
    Posted to Data Presentation Controls (Forum) by celoftis on 06-03-2009, 12:00 AM
    Filed under: RowUpdating, edititemtemplate, membership, GridView
  • Viewing membership list & roles on .aspx page

    I have a Forms-based Intranet site, constructed with Visual Web Developer, that's up and running but still in development. I use the ASP.NET Configuration tool to add Users and manage Roles. I have several questions on this function: Users are shut out of the site when the Configuration tool is open...
    Posted to Security (Forum) by jct.maf on 06-03-2009, 12:00 AM
    Filed under: roles authorizations security, Forms authentication, membership
  • Error adding users to site using Web Application Administration tool...

    Using VS2005 (.NET 2.0), VB code behind, I have a web site and I want to use ASP's membership, roles and profiles. My web.config is attached below. PROBLEM In Visual studio when I go to WebSite | ASP.NET Configuration, choose security, create user (roles have been previously created), enter information...
    Posted to Configuration and Deployment (Forum) by celoftis on 05-28-2009, 12:00 AM
    Filed under: enablePasswordRetrieval, passwordFormat="Encrypted", membership, web.config
  • Session Length Specific to loogged in User

    Hello, We have a site where we are using Membership feature. Now we have a requirement that the session lenght should be changed according to logged in user roles. Suppose Admin should have session lenght set to 6 hours, Contributor should have 3 hours, Beginer should have 1 hours. How we can achieve...
    Posted to State Management (Forum) by Deepesh on 05-28-2009, 12:00 AM
    Filed under: Rolee based session timeout, ASP.NET sessions, membership
  • Custom Membership Provider...

    How to create a Custom Membership Provider? I mean, I have already one Database with User Details, I want to implement Membership with this existing Data Base(SQL server). How can I do this, does this requires Custom Membersip or with default provider I can achive this? Please some one give example or...
    Posted to Security (Forum) by avicool08 on 05-25-2009, 12:00 AM
    Filed under: custom membership, isUserInRole(), log in, membership, Membership account
  • Using providers (membership, roles, etc) in the business layer

    Hello everyone, I run into a problem. I'm trying to create a 3 layer web app, consisting in a data access layer, a business logic one, and a UI one that will be the ASP.Net application. I want everything related to users, such as authentification, acess rules, user roles, etc., to be done in the...
    Posted to Architecture (Forum) by toranaga1984 on 05-22-2009, 12:00 AM
    Filed under: "Application Architecture", 3-Layer Architecture, bll business layer objects, business logic layer, membership
  • Membership "isUserInRole()" problem...

    I have 2 roles - admin and manager. I have loged in with a user, who is having "admin" role. However, isUserInRole("admin") is returning false.... Can any one figure out the problem ... Below is the code... protected void Login1_LoggedIn( object sender, EventArgs e) { if ( Roles ...
    Posted to Security (Forum) by avicool08 on 05-15-2009, 12:00 AM
    Filed under: isUserInRole(), log in, membership
  • sql server express 2008 to 2005 --> provider not working

    I just uninstalled SQL Server Express 2008 and installed 2005 instead because 2008 wouldn't reinstall SQL Server 2005 seems to be working just fine, but in Visual Web Developer Express 2008 the membership provider no longer works properly because it is not connecting to SQL Server anymore When I...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by golden_eagle on 05-14-2009, 12:00 AM
    Filed under: sql express, membership, provider
Page 1 of 36 (354 items) 1 2 3 4 5 Next > ... Last »