While installating the kit, it gives two option to install database Local and Remote. If I select Local, the installation tryies to connect to the database (MSDE 2000) using localhost, but gives the error message "Unsuccessful Database connection". My MSDE
2000 is working fine, so what could be the problem with the kit installation ?
User217889999 posted
What does the Connection string (found in Web.config) look like? Are you using Integrated Security (connecting to the Db using the <MACHINENAME>\ASPNET user account)? If you are, have you granted this account the necessary permissions to execute different
SQL statements and Stored Procedures?