Home All Groups Group Topic Archive Search About

Creating a "serverless" app...

Author
9 Jun 2005 9:46 PM
Rlrcstr
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

Author
9 Jun 2005 10:33 PM
Brock Allen
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



Show quoteHide quote
> 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
>
Are all your drivers up to date? click for free checkup

Author
9 Jun 2005 11:44 PM
Rlrcstr
Is this how other people do this?  Can you sell a product with the Matrix as
an engine?

Show quoteHide quote
"Brock Allen" <ballen@NOSPAMdevelop.com> wrote in message
news:864735632539388207355824@msnews.microsoft.com...
> 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
>
>
>
>> 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
>>
>
>
>

Bookmark and Share