By mangesh - Mon 29 Jul 2013
|
Error 1 The resource object with key 'PageTitle_WelcomeToKartris' was not found. Error 2 The resource object with key 'FormLabel_Username' was not found. Error 3 The resource object with key 'FormLabel_Password' was not found. Error 4 The resource object with key 'FormButton_Submit' was not found. Error 5 The resource object with key 'ContentText_LoginBadUser' was not found. Error 6 The resource object with key 'ContentText_FrontOfSite' was not found. please provide specific solution on this issue.
|
By Paul - Mon 29 Jul 2013
|
This means your database connection is inaccessible, probably permissions.
Check the db connection in your web config, and check that you have the user account with db admin permissions for the database.
|