Alex B. Clarke

Hi, I am a software developer specialising in Microsoft .Net technologies. This site is used to interact with, and contribute to development community.

Send mail to the author(s)  Contact me
Feed your aggregator (RSS 2.0)  Syndicate
On this page....
Categories
Archives
Blogroll
Blog Stats
Total Posts: 43
This Year: 5
This Month: 0
This Week: 0
Comments: 33
Misc
Theme by Alex B. Clarke.

Copyright © 2010 Alex B. Clarke. All rights reserved.

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

# Sunday, June 25, 2006

When you install Visual Studio 2005 Asp.Net gets SQL Express as a default provider. This means that all your web project security - Roles, Membership, etc - is handled in aspnetdb on the local machine. To change from local machine to an SQL Server you need to make these modifications.


This is from Scott Guthrie's blog
How do I change the providers to use SQL Server Instead of SQL Express?

Filed under: Asp.Net  | Published by: Alex B. Clarke  | Comments [0]