Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8119449
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T04:48:28+00:00 2026-06-06T04:48:28+00:00

Regarding the ASP.NET Universal Providers (System.Web.Providers), do they automatically offer the retry logic when

  • 0

Regarding the ASP.NET Universal Providers (System.Web.Providers), do they automatically offer the retry logic when used with SQL Azure? For example in my code I call:

Membership.CreateUser

If that fails because of a Azure’s transient error, does the library automatically handle the situation and retry the operation? Or should I manually handle the exception + do the retry?

The following question implies that the reply logic is built-in, but is there a place where I could confirm this, like some home page of these providers or the source code?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T04:48:29+00:00Added an answer on June 6, 2026 at 4:48 am

    I don’t see anywhere it retries again after fail. DefaultMembershipProvider uses simple entity framework AddObject, unless you implement CustomMembershipProvider.

    internal static User CreateUser(MembershipEntities ctx, Guid id, 
       string userName, Guid appId, bool isAnon)
    {
       User user = new User();
       user.UserId = id;
       user.ApplicationId = appId;
       user.LastActivityDate = DateTime.UtcNow;
       user.UserName = userName;
       user.IsAnonymous = isAnon;
       ctx.Users.AddObject(user);
       User user1 = user;
       return user1;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is regarding ASP.NET MVC. Let's say I have a web site that is
My question is regarding Page Routing in an ASP.net (VB) Web Forms website. I
I have a question regarding Caching. I have a typical n-tier ASP.NET web app.
I have an ASP.NET (v2.0) web application that uses a reference to a SQL
I have a questions regarding databases for ASP.Net 4.0 MVC3 (or 4 Beta). I'm
Regarding separations of concerns only, are there advantages of using ASP.NET MVC instead of
My asp.net web application is reading and decrypting the password from a XML file
Regarding ASP.NET's GridView server control: Can I bind to a datasource in the code-behind,
I'm looking for advice regarding asp.net mvc 3 support for real time events display
This question is regarding the ASP.NET webservice that i am creating using the DAL-BLL

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.