iloire / asp.net-mvc-example-invoicing-app

Example invoicing application in ASP.NET MVC3
222 stars 208 forks source link

cant login during test #6

Closed ghost closed 12 years ago

ghost commented 12 years ago

Hi

I am attempting build this application for personal use, however I am encountering alot of issues, I have mailed you before but I havent gotten a response. Well some of the notes are in Spanish, and unfortunately I cannot read Spanish, and whenever I build the app I dont get any errors on build, but when I test it i cannot login.

And one last request, how can I put this application into an installer package?

steinerj commented 12 years ago

Had the same issue. It seems the hint with "user" and "pass" is misleading. In fact, the sdf database created is empty. You have to create the user yourself, e.g. by editing the generated sdf file.

ghost commented 12 years ago

I have gotten passed that issue, the sdf creates itself correctly, you need to upgrade to sp1 with visual studio and get the tools for the sql database extension. then the db will create itself properly and you can log in.

remesq commented 12 years ago

@gweynon Can you specify the exact name of the SQL Database Extension you are talking about? From the Web Platform Installer? Because I have the SP1 Tools for SQL Server Compact installed and its not letting me log in