aspnetdb
How to create a new user in aspnetdb, when using asp:login control
I need to add the capability to create a user in an app built using the a开发者_StackOverflow社区sp:Login control.[详细]
2023-01-15 03:28 分类:问答Using session variable with ASP.Net membership provider
I m using the Asp.net membership provider with my web application ! I 开发者_Go百科would like to know how to get the user ID and How and Where can I add code to the application to set same session va[详细]
2023-01-15 00:19 分类:问答aspnetdb.mdf and Microsoft.ACE.OLEDB.12.0
I\'m trying to run my asp.net application on a windows machine (XP SP3, Vista, 7) which has only Microsoft.ACE.OLEDB.12.0 as the database engine installed and need to connect to the standard aspnetdb.[详细]
2023-01-12 03:38 分类:问答loweredrolename in aspnet_users table (SQL Server 2005)
For my existing data, both RoleName and LoweredRoleName are same, 开发者_如何学运维but some are lower case and some are in same case too.[详细]
2023-01-10 16:46 分类:问答ASPNETDB.MDF for ASP.NET MVC on Production server
I am getting this error when I copied my application to application folder(I published the web application to my local IIS, then I copied to production server, this happend on production server):[详细]
2023-01-05 21:59 分类:问答How do you update the aspnetdb membership IsApproved value?
I need to update existing users IsApproved status in the aspnet_Membership table. I have the code below tha开发者_StackOverflow中文版t does not seem to be working. The user.IsApproved property is upda[详细]
2023-01-04 03:34 分类:问答How to edit the user details stored in aspnetdb without asp.net web administration tool?
I have asp.net MVC application which uses asp.net membership. I configured the user details from local system using Asp.Net web site开发者_开发知识库 administration tool. Now I have deployed the site[详细]
2022-12-23 06:50 分类:问答How to create a DB that holds all my tables (tables from ASPNETDB and my other tables)?
The way I understood it, a project being developed in VWD 2008 Express, unlike in the VS2008, can only access one DB. So, I guess I need absolutely to locate all my tables in a unique DB. By tables, I[详细]
2022-12-13 08:28 分类:问答JQuery Portfolio with Dynamic Data from a DB in ASP.NET
I want to create a portfolio page like the one in the link below but I am trying to get all the information (Categories and Images and names etc) from a LinqDataSource.[详细]
2022-12-13 05:47 分类:问答How to use aspnetdb database with an asp.net website
I have created a web开发者_StackOverflow社区site using asp.net 3.5. And now I have added member support to it using Membership API and aspnetdb database.[详细]
2022-12-09 01:00 分类:问答