Joaquim  Correia

Joaquim Correia

  • NA
  • 9
  • 20.4k

How to define the location of the "aspnetdb" DataBase for a Win32 application

Oct 17 2007 4:33 PM

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