Click here to Skip to main content
15,867,986 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Hello to all,
my Hosting Provider don't allow to use the default user called "dbo" (on mssql 2008 server).

I'm using the standard Membership in Visual Studio Express 2012 (or VS2010) for Registration and Login pages, but the Entity Framework/Membership .dll creates tables and vistas by "dbo" user I need to use instead of "dbo" the user given from Hosting Provider, so I need to customize the Entity Framework.

How I can do this?

Otherwise please tell me if you know another easier solution to have the registration page (with e-mail confirmation) and all the login features for .net pages.

Thanks a lot,



Here one oldest post not solved (second part is related only to this matter)
Posted
Comments
DamithSL 27-Dec-14 21:21pm    
Are you using Code First Entity Framework? if yes, check this[^]
Thebusker 28-Dec-14 5:24am    
No, I'm using standard EF

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900