ASP.NET MVC: add new SQL Server database gives login failed error -
i'm getting started asp.net mvc. i'm following nerddinner tutorial (http://tinyurl.com/aspnetmvc).
on page 20 of pdf.
i adding new sql server database project, , confirming want add .mdf file app_data folder (from prompt "do want place file in app_data folder?"). after clicking "yes" error message "login failed user video\webmaster", single ok button.
note database not yet exist , supposed created after click yes.
i using visual web developer 2010 express on windows xp. login (webmaster) has admin rights. @ point have not written code @ all.
any ideas problem be?
thanks in advance,
-asrar
you should have sql server express installed well. if not, install it. if is, not sure problem is. have vs 2008 , when right click on app data folder, add -> new item, pick sql server database , give name, database opens right up. vs 2008 not prompt "do want place..."
good luck. started mvc year ago on nerd dinner :)
Comments
Post a Comment