Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Help with aspnet_ membership and role management

Reply
Thread Tools

Help with aspnet_ membership and role management

 
 
Keith
Guest
Posts: n/a
 
      07-04-2006
Why can't my ASP.NET application run custom stored procedures against the
aspnet_Users table. For example, the aspnet_Users table has 2 records and
yet the following stored procedure

ALTER PROCEDURE [dbo].[GetUsers]
AS
SELECT ApplicationId, UserId, UserName, LoweredUserName, MobileAlias,
IsAnonymous, LastActivityDate
FROM aspnet_Users

returns no data, only column headings and:

No rows affected.
(1 row(s) returned)
@RETURN_VALUE = 0
Finished running [dbo].[GetUsers]

Thanks,

Keith




 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Is the membership & role management right for me? [ASP.NET 2.0] Griff ASP .Net 1 09-21-2006 11:13 PM
Membership and Role Management With Windows Authentication Mike Robbins ASP .Net Security 1 03-10-2006 06:33 AM
newbie - role & membership management AAOMTim ASP .Net Security 1 01-12-2006 07:18 AM
VS.net installs sql express as default datastore for role/membership management. Bruno ASP .Net 4 01-04-2006 04:18 PM
Tivoli Vs ASP.NET2 on Role/Membership management =?Utf-8?B?am9iaSBqb3k=?= ASP .Net 1 12-08-2005 06:31 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57