Chapter 10 (P 367) Connection Problem
Hi,
I'm using SQL Server 2005 on a Windows XP Pro platform.
Am I supposed to add another connection string for the ASPNETDB database in the web.config file?
I get errors telling me the application cannot find the stored procedures which are evident in ASPNETDB.
Example:
"Could not find stored procedure 'dbo.aspnet_Profile_GetProperties'."
I don't think the book explained the extra connection to ASPNETDB. Please show me how to resolve this issue.
|