Is there an easy way to convert an ASP.NET application to an EXE?

  • Thread starter Thread starter john
  • Start date Start date
J

john

I have an ASP.NET web application. We would like to be able to package
it up onto a CD so that someone could run it on their laptop that
doesn't have internet access or even a web server on their laptop. So
we would like it to run basically like an EXE without a web server. Is
this possible? Are there companies that sell a conversion tool like
this?
thanks in advance.
 
Look into Cassini, a free web server that is available at www.asp.net. You
can probably use that in conjunction wiht some well placed default.aspx code
to run it out of CD.
 
Back
Top