External database
Imar,
I am working on a new application that necessarily requires an external database. I have read Chapters 15 and Appendix B and am clearly missing something.
First of all I am using Visual Studio 2010 Premium for the first time. I know you have a new book on this, but I have not gotten it yet. Nonetheless, I am expecting that not much will have changed in this area. I am paying attention to details such as the machine.config file has version 4.0.0.0, which I have replaced in the application's web.config file where you speak of 2.0.0.0 in the text. Second I am using SQL Server 2005 Management Studio, the full version.
The current problem is when I attempt to login, as yet with no credentials in the database, I get the message "Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion'". I see that this must have been created automatically on the locally created database, but it does not seem to be happening on the database I have setup on the external SQL Server.
Are there other things like this that I need to look for it making the switch between internal and external databases?
Thanks.
|