Hello Ilyas,
your MDF should store somewhere in hard drive.
u can use the App_data but in SQL server u should import that DB from you
app_data forlder to work with this database from sql server
---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog:
http://spaces.live.com/laflour
"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
I> Hi
I>
I> I f I place an .mdf file inside the App_data to deploy a web app -
I> can I deply my site so that the database at runtime is picked up in
I> the App_data directory?
I>
I> Would my server need to have sql server installed for this to work or
I> just the .net framework?
I>
I> Is the above possible - if not what is the purpose of App_data?
I>