Setting the AccountController in ASP.NET MVC 1.0 Template Not to Connect to SQL Server Express
Posted
by Maxim Z.
on Stack Overflow
See other posts from Stack Overflow
or by Maxim Z.
Published on 2010-04-17T05:11:37Z
Indexed on
2010/04/17
5:13 UTC
Read the original article
Hit count: 260
I'm writing a website in ASP.NET MVC, using the ASP.NET MVC 1.0 template that was added to VS2008 for me by the ASP.NET MVC installer. The template automatically adds an AccountController, but its account methods tie into a SQL Server Express entity. I don't have Express installed here. How can I reconfigure it to use my SQL Server 2008 database and to store user info in some columns in a User table I've already created?
© Stack Overflow or respective owner