frankie
frankie

Reputation: 728

ASP.NET membership (not MVC)

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

Answers (1)

Stephen Zeng
Stephen Zeng

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

Related Questions