Note that there are some explanatory texts on larger screens.

plurals
  1. POASP.Net MVC3 Azure - Do I Need Membership Provider Stored Procedures?
    primarykey
    data
    text
    <p>I am creating my first ASP.Net MVC3 Application using Azure as DB Storage. There are a number of great tutorials but I'm currently using this one: <a href="http://msdn.microsoft.com/en-us/library/windowsazure/hh694045%28v=vs.103%29.aspx" rel="nofollow">Walkthrough: Hosting an ASP.NET Web Application on Windows Azure</a></p> <p>I've got my connection string hooked to Azure and its working fine. I run the application in Debug mode and "Register" my first user via the Membership Provider. According to the walkthrough, "Creating an account causes ASP.NET to create the membership database." Success! I now see the tables (Users, Roles,...) have been created in my Azure database. Great!</p> <p><strong>Why I'm Confused</strong>: Many years ago, when I did an ASP.Net 2.0 using the Membership Provider, I used the aspnet_regsql.exe to run all the scripts needed for the Membership Provider. I know they have an updated set of <a href="http://archive.msdn.microsoft.com/KB2006191" rel="nofollow">scripts for Azure</a>. These scripts create all the tables but also create a large number of Stored Procedures (ex. aspnet_Membership_CreateUser)</p> <p><strong>My question</strong>: Do I need to run these updated Azure scripts to get the SPs? I don't see any Stored Procedures created in my database yet all the Membership Provider functionality seems to work just fine without them. What were all those Stored Procedures used for? Do I need them in my MVC3 Azure application?</p> <p>Thanks!</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload