ASP.NET project on CD?

  • Thread starter Thread starter Pavils Jurjans
  • Start date Start date
P

Pavils Jurjans

Hello,

Is there any hacky way to get an ASP.NET application run from CD (for demo
purposes)? Obviously, there should be some executable that handles all this,
or, all the app could be ran from specific URN, ie

cddemo://default.html

so that the local links do not fire explorer. Then, CD autorun could install
some small app that would handle calls to "cddemo". Well, that's all just
speculation, maybe someone can suggest real working method?

Thanks,

Pavils
 
look up Casini webserver on ASP.NET

It's small webserver written on .NET and you can use it to create CD demo.

George.
 
Back
Top