ASP.NET application on a CD-ROM?

  • Thread starter Thread starter FabFreddy
  • Start date Start date
F

FabFreddy

Hello,

I need to change my asp.net, vb.net internet application to run it on a
CD-Rom. It's some sort of productcatalogue with a ordersystem.
Does anyone knows if this is possible and what's the best way to do this? Or
are there better ways to make this on a CD-Rom?

Thx!
 
Chapter 24 in "Programming Microsoft ASP.NET" by Dino Esposito, talks
specifically about how to run an ASP.NET Web application on a CD ROM using
the Cassini personal Web server.

-HTH
 
Back
Top