Reputation: 728
I have some problem. I've been frustrating for a couple of days with setting up my asp.net
website.
I need my web site to be really portable. I need to have possibility just copy my visual studio solution, give it to someone and he will run it on his local machine without any efforts like installing SQL environment.
Perfect solution for me is to inject some kind of .mdf
database without using any SQL servers. Does such solution exist? Or may be I should go another way to reach my goal and create ASP.NET membership website?
I am a freshman with asp.net, so please provide as wide answers as you can. Thanks.
Upvotes: 0
Views: 51
Reputation: 2818
Try SQL Server Compact Edition. It does not require SQL Server installed, but it does require the SDK installed. Down link
Upvotes: 1