BOOK: Beginning ASP.NET DatabasesAlso see the forum ASP Databases for more general discussions of ASP database issues not directly related to these books.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: Beginning ASP.NET Databases section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
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'
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".