Autoplay CD is useful for promotion and training, as we have mentioned
previously. Now with the help of a "Mini IIS Web Server" called Cassini,
hosting ASP.NET web pages, it is easy to distribute the whole ASP.NET
web site into a CD and let users running it by simply inserting the CD
into the CD drive. If there is database in the CD, then the ASP.NET
Application can only access database read-only.
To achieve this, you will need to download
the Cassini source code and build it into a DLL, then put your ASP.NET
code and data into the proper folders under the "root" of this Web
Server. After testing OK, you can burn the whole content, together
with proper autoplay.inf into a CD before you distribute.
For detailed information, please refer to this
MSDN article written by Bart De Smet.