I personally think the whole InProcess mode could be dropped from Stonehenge. It was part of the original app for performance comparison reasons.
-----Original Message----- From: Ben Dewey [mailto:[email protected]] Sent: Tuesday, April 28, 2009 9:42 AM To: 'Stonehenge Development' Subject: RE: Are we using the ASPNETDB.mdf? Yes, that's usually what it's for, it also supports Roles, Profiles, and SQLSessionState. I'll have to double check the InProcess Mode, but we are currently not using the ASP.NET Membership provider information. We are using the Business Service login/logout/register operations. -Ben -----Original Message----- From: Scott Golightly [mailto:[email protected]] Sent: Tuesday, April 28, 2009 12:39 PM To: Stonehenge Development Subject: RE: Are we using the ASPNETDB.mdf? Ben, Isn't ASPNETDB created when you enable certain features like the ASP.NET Membership provider that we are using for authentication. I don't know that we are actually making any calls into the database but it might be necessary for the membership provider to work correctly. Scott > From: [email protected] > To: [email protected] > Date: Tue, 28 Apr 2009 12:32:43 -0400 > Subject: Are we using the ASPNETDB.mdf? > > There is currently a 10MB ASPNETDB.mdf file in the App_Data folder of the > DotNet Trade Client. There doesn't appear to be any valid rows of data in > there. I can't see any use for this database in the code. > > Does anyone know why this is in here? Can I delete it in my .NET Website > Refactoring? > > Ben Dewey > >
