Search code examples
sql-server-cecassini

ASP.NET 3.5 Web Application on media support (CD-ROM)


We have a fairly complex web application (.NET 3.5) that need to be launched from a CD-ROM (or DVD, or from an USB key).

I'm thinking of using Cassini and SqlCe for the database (we use LinqToSql for data access, so I think it's the only choice without rewriting the entire data access classes). Is anyone ever done something like that?

Notes : http://www.microsoft.com/belux/msdn/nl/community/columns/desmet/hostaspnet2.mspx Kind of does what I want.


Solution

  • I have found UtilDev Cassini that does a very great job. As for the database, tests were conclusive with SqlCe and LinqToSql.