0

Does anyone know of any embeddable Software/libraries for android/ios/etc that will provide web server capabilities for rendering ASP pages?

I'm looking for a solution where you can build an app with the library, point it to an asp page and have it run like it would on IIS.

to be clear, I'm just looking at asp, not necessarily asp.net (although if it did both, great).

Sagotharan
  • 2,586
  • 16
  • 73
  • 117
benpage
  • 4,418
  • 3
  • 41
  • 39

1 Answers1

0

Windows CE provides an embedded web server that supports classic ASP.

Quote from MSDN:

Windows CE supports a subset of the ASP-page functionality that IIS supports.

yms
  • 10,361
  • 3
  • 38
  • 68