Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Security > Does dotnet synchorize accesses to MemberShip.UpdateUser?

Reply
Thread Tools

Does dotnet synchorize accesses to MemberShip.UpdateUser?

 
 
Dominick Baier
Guest
Posts: n/a
 
      10-11-2006
Have a look at System.Transactions.

---
Dominick Baier, DevelopMentor
http://www.leastprivilege.com

> hi,
> As title, i don't know whether dotnet synchorizes accesses to function
> MemberShip.UpdateUser especially when update the same user at the same
> time.
> Or, we need to implement synchorization ourselves?
> And, if i want to code in sequence like:
> ...
> MemberShip.UpdateUser();
> Role.AddUserToRole();
> ...
> how can i guarantee these two functions to be excuted as a atom?
>
> Thank in advance.
> -Joe Ca



 
Reply With Quote
 
 
 
 
CAIBird
Guest
Posts: n/a
 
      10-11-2006
hi,
As title, i don't know whether dotnet synchorizes accesses to function
MemberShip.UpdateUser especially when update the same user at the same time.
Or, we need to implement synchorization ourselves?
And, if i want to code in sequence like:

...
MemberShip.UpdateUser();
Role.AddUserToRole();
...

how can i guarantee these two functions to be excuted as a atom?


Thank in advance.
-Joe Cai

 
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
Was security hole in dotnet 1.1 fixed in dotnet 2.0 Chuck ASP .Net 3 02-08-2007 05:31 PM
DOTNET: dotnetHow to Save ALL CONTENTS of web page with "SaveFileDialog Control" in dotnet contact Computer Support 1 12-28-2006 11:40 AM
Desktop accesses laptop and reads folders but Laptop only accesses/opens Desktop but cannot read folders, access is denied onclejon Wireless Networking 3 11-01-2006 10:50 PM
microsoft.public.dotnet.faqs,microsoft.public.dotnet.framework,microsoft.public.dotnet.framework.windowsforms,microsoft.public.dotnet.general,microsoft.public.dotnet.languages.vb Charles A. Lackman ASP .Net 1 12-08-2004 07:08 PM
microsoft.public.dotnet.languages.vb,microsoft.public.windowsxp.print_fax,microsoft.public.dotnet.framework.aspnet SpamProof ASP .Net 0 10-21-2003 12:32 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