|
Subject:
|
server error in application
|
|
Posted By:
|
michaelmattes
|
Post Date:
|
10/28/2004 2:28:08 PM
|
Hello,
I'm getting the following... Clearly this has to do with setting permissions on the database. Any help would be appreciated.
Login failed for user 'MMATT\ASPNET'. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: Login failed for user 'MMATT\ASPNET'
|
|
Reply By:
|
bmains
|
Reply Date:
|
10/29/2004 2:34:37 PM
|
Hey,
Did you add the MMATT\ASPNET account as a login for that database? If you don't want to use that account, specify a user id and password, and set Integrated Security="false".
Brian
|