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.