Login failed for user 'sa'.
In my application (chapter 12 ) when I run the page (view in browser) I receive this error please help:
Login failed for user 'sa'.
Line 95: catch (Exception ex)
Line 96: {
Line 97: throw ex;
Line 98: }
Line 99: }
Source File: c:\Websites\search car\App_Code\UserDB.cs Line: 97
Thanks in advanced.
|