Creating a "serverless" app...

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Rlrcstr

    Creating a "serverless" app...

    Is it possible to create an ASP application that can run on windows XP home
    without being connected to a server?

    I guess I need to know if XP Home has a web server component that supports
    ASP .NET.

    I see applications that use interfaces that appear to be web page type
    interfaces, but are self contained applications. How are these type of
    interfaces created? Thanks.

    J


  • Brock Allen

    #2
    Re: Creating a "serverles s" app...

    WebMatrix has a ASP.NET webserver called "Cassini". It's a way to host ASP.NET
    apps without IIS:

    Build web apps and services that run on Windows, Linux, and macOS using C#, HTML, CSS, and JavaScript. Get started for free on Windows, Linux, or macOS.


    -Brock
    DevelopMentor



    [color=blue]
    > Is it possible to create an ASP application that can run on windows XP
    > home without being connected to a server?
    >
    > I guess I need to know if XP Home has a web server component that
    > supports ASP .NET.
    >
    > I see applications that use interfaces that appear to be web page type
    > interfaces, but are self contained applications. How are these type
    > of interfaces created? Thanks.
    >
    > J
    >[/color]



    Comment

    • Rlrcstr

      #3
      Re: Creating a "serverles s" app...

      Is this how other people do this? Can you sell a product with the Matrix as
      an engine?

      "Brock Allen" <ballen@NOSPAMd evelop.com> wrote in message
      news:8647356325 39388207355824@ msnews.microsof t.com...[color=blue]
      > WebMatrix has a ASP.NET webserver called "Cassini". It's a way to host
      > ASP.NET apps without IIS:
      >
      > http://www.asp.net/webmatrix/download.aspx?tabindex=4
      >
      > -Brock
      > DevelopMentor
      > http://staff.develop.com/ballen
      >
      >
      >[color=green]
      >> Is it possible to create an ASP application that can run on windows XP
      >> home without being connected to a server?
      >>
      >> I guess I need to know if XP Home has a web server component that
      >> supports ASP .NET.
      >>
      >> I see applications that use interfaces that appear to be web page type
      >> interfaces, but are self contained applications. How are these type
      >> of interfaces created? Thanks.
      >>
      >> J
      >>[/color]
      >
      >
      >[/color]


      Comment

      Working...