0 Beginer Fail 3 Jay Martinez posted 9 Years Ago I installed Rock locally with a SQL Express version and do not know how to get through the login page. I do not have login info. How do I acquire this or dev this out?
Nick Airdo 9 years ago When you try to login to Rock, are you just getting the "Sorry, we couldn't find an account matching that username/password. ..." message or something else?Depending on the version of SQL Express you may need to adjust your connection string. This Microsoft page explains that situation: https://www.connectionstrings.com/sql-server/But, before you go too far down that path do the following. Using your SQL Management Studio, you should verify the existence of the RockTestDB catalog and then peek into it and see if Rock created all the required tables (about 100 of them). If it did, then we know your connection string is fine and the problem is elsewhere. If you don't see them, then there is either a problem with your connection string's catalog/instance name or something else.The version of VS really doesn't matter for this problem you're having.(Just FYI, I did just test the Rockit SDK and it was able to create a new database for me and I was able to login using the admin account.)