"ASP.NET requires database aspnetdb.mdb file in directory root\App_Data and it needs to contain the data & stored procedures created when reg_sql.exe is run to create the database."
What do you mean by the above statement? Are you copying these instructions from somewhere??
MDB file is MS-ACCESS file, not SQL 2000. SQL databases are MDF - Master Data File.
You have to first clarifiy which one are you using/planning to use. Can you please post the section of the code where you're creating the connection to the database in your application?
Regds
IJ
Last edited by swexpert : 10-03-2007 at 18:32.
|