I am trying to create a login function with SQL server 2008 express and Visual Web Developer 2008 Express.
I tried Using a Login status and Login controll / Running the page without debugging and then attempting to login. I was told this would create a ASPNETDB.MDF. file; Instead it gave me an error. I then attempted to create a database in my AppData section of Visual web developer and it gave me this error:
connections to sql server files (.mdf) Require sql server 2005 to function properly. please verify the installation of the component or download from (url).
I have sql 2008 express installed and (to my knowledge) Need ASPNETDB.MDF to create a login system on my site. Am i going to have to downgrade my sql server in order to get a functioning login on my site?