Finally took the time to find the issue with the string resources. Here's a list of them that need to be added in order for it to not crash.
INSERT [dbo].[BugNet_StringResources] ([resourceType], [cultureCode], [resourceKey], [resourceValue]) VALUES (N'Login.aspx', N'en', N'Page.Title', N'Login')
INSERT [dbo].[BugNet_StringResources] ([resourceType], [cultureCode], [resourceKey], [resourceValue]) VALUES (N'Register.aspx', N'en', N'SecurityQuestionRequiredErrorMessage', N'Security Question Required')
INSERT [dbo].[BugNet_StringResources] ([resourceType], [cultureCode], [resourceKey], [resourceValue]) VALUES (N'Register.aspx', N'en', N'ConfirmPassword', N'Confirm Password')
INSERT [dbo].[BugNet_StringResources] ([resourceType], [cultureCode], [resourceKey], [resourceValue]) VALUES (N'Register.aspx', N'en', N'SecurityAnswerRequiredErrorMessage', N'Security Answer Required')
INSERT [dbo].[BugNet_StringResources] ([resourceType], [cultureCode], [resourceKey], [resourceValue]) VALUES (N'UserProfile.aspx', N'en', N'ConfirmPassword', N'Confirm Password')
INSERT [dbo].[BugNet_StringResources] ([resourceType], [cultureCode], [resourceKey], [resourceValue]) VALUES (N'UserProfile.aspx', N'en', N'SecurityQuestionRequiredErrorMessage', N'Security Question Required')
INSERT [dbo].[BugNet_StringResources] ([resourceType], [cultureCode], [resourceKey], [resourceValue]) VALUES (N'UserProfile.aspx', N'en', N'SecurityAnswerRequiredErrorMessage', N'Security Answer Required')