Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

.MDF in ASP.NET

Status
Not open for further replies.

andy2325

Programmer
Jul 2, 2007
13
US
I currently am using Visual Studio 2005 with SQL Server express. When I use the Configuration Utility it creates a .MDF file in my App_Data folder. My questions areas follows: would it do this if I used SQL Server 2005 and if so could I relate the user name to another table in another database? Would it be best to administer the users later to create an admin page to add/delete users, roles etc.?
 
You can create a memebership provider that points to any database you want.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top