Hi EveryBody:
How can I connect to another database instaed of the default database
aspnetdb in the local SQL Server in the App_Data folder that exist in my web
site application ?
My database that I want to connect is in my local Machine and its name=Husam.
Any Help or redirection will be completely appreciated
regard's
Husam
you can have multiple connection strings defined in your web.config file
use the alternate string when desired
http://www.odetocode.com/Articles/345.aspx
"Husam" <H
@discussions.microsoft.com> wrote in message
news:220C0580-9D10-4FBD-9905-DB337F2C99F2@microsoft.com...
> Hi EveryBody:
> How can I connect to another database instaed of the default database
> aspnetdb in the local SQL Server in the App_Data folder that exist in my web
> site application ?
> My database that I want to connect is in my local Machine and its name=Husam.
> Any Help or redirection will be completely appreciated
> regard's
> Husam