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