|
| ASPNETDB.MDF and SQL EXPRESS |
 |
Thu, 28 Feb 2008 23:08:58 +000 |
Greetings folks, I've been away for a while but now back. I just made a simple
site with the ASP.Net login control and set up some users with the WAT.
I'm going to upload the site to another machine running Server 2003 and SQL
Express 2005. I've done this before and I remember every time I did it, it was
very difficult to get the database working with SQL Express.
Can you tell me what I have to do to get it to work the first time after I
upload? Do I need to attach the database to SQL Express using Management Studio?
Do I need to create a new database in SQL Express?
Is there a cut-and-dry method yet for getting this to work?
Many thanks for your input!
|
| Post Reply
|
| Re: ASPNETDB.MDF and SQL EXPRESS |
 |
Fri, 29 Feb 2008 15:15:13 +000 |
Hi,
You need keep your data base into App_Data folder. And Make sure with
connectionstring to use this... Hope this helps.
Regards,
Brem.
|
| Post Reply
|
|
|
|
|
|
|
|
|
|