views:

96

answers:

1

Okay I'm still learning the ropes with the Entity Framework and I came across one more small issue.

When I create my Entity Model from the SQL Server 2008 database it warns me about saving the login information in the connection string in the config file. Initially I wasn't concerned about that so I just left it in there, but now I want to start thinking about deployment. So if I follow that advice and don't include the login information in the connection string, how else can I set that information later so that it can login to the database server?

Thanks

+2  A: 

Check this out:

CMS
Thanks, those are very useful links.
Gerald