Hello,
I have a Win32 application and a i am validating a user in the "aspnetdb" database.
I'm using Visual Studio 2005, and the database the .NET framework uses is not the database i created. The framework is using a database under the 'bin\Release\App_Data' folder, and my users database is not there.
How do i tell .NET where is the DataBase i created? Maybe some directive in App.config, but how?
Thank you,
Joaquim