Home All Groups Group Topic Archive Search About

run asp.net without a web server

Author
25 Nov 2005 7:46 AM
sms1973
I have an ASP.NET application that I need to package and ship on CDs to
run on Client machines without a web server.
I read a few topics here that made it sound possible. Someone actually
referred to an article in MSDN Magazine October 2002 edition, but I
couldn't find that article online.
any ideas or a copy of that article would be helpful. Sample code would
be great as well.
Thanks in advance for your help.
Seever

Author
25 Nov 2005 9:24 AM
Steve C. Orr [MVP, MCSD]
Yes, here are a couple articles that should help you get started:
http://www.microsoft.com/belux/nl/msdn/community/columns/desmet/hostaspnet1.mspx
http://www.fawcette.com/vsm/2002_10/magazine/columns/aspnet/

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net


<sms1***@earthlink.net> wrote in message
Show quoteHide quote
news:1132904771.928210.107820@g49g2000cwa.googlegroups.com...
>I have an ASP.NET application that I need to package and ship on CDs to
> run on Client machines without a web server.
> I read a few topics here that made it sound possible. Someone actually
> referred to an article in MSDN Magazine October 2002 edition, but I
> couldn't find that article online.
> any ideas or a copy of that article would be helpful. Sample code would
> be great as well.
> Thanks in advance for your help.
> Seever
>
Are all your drivers up to date? click for free checkup

Author
25 Nov 2005 1:47 PM
Juan T. Llibre
Besides the links Steve posted, take a look at this, too :

http://msdn.microsoft.com/msdnmag/issues/03/01/CuttingEdge/default.aspx


Juan
Posting from Longhorn, using Thunderbird,
because my server's fan is on the blink.
It's getting replaced today.
========================================
sms1***@earthlink.net wrote:
Show quoteHide quote
> I have an ASP.NET application that I need to package and ship on CDs to
> run on Client machines without a web server.
> I read a few topics here that made it sound possible. Someone actually
> referred to an article in MSDN Magazine October 2002 edition, but I
> couldn't find that article online.
> any ideas or a copy of that article would be helpful. Sample code would
> be great as well.
> Thanks in advance for your help.
> Seever
Author
29 Nov 2005 5:15 AM
sms1973
Thank you very much both Steve and Juan for responding. I hate to say
this, but I'm a VB coder ONLY and dont' have much experience with C#.
In the first articles that Steve suggested the author says that sample
VB.NET code is available, but i Couldn't find it. Would any of you know
of a site that has the sample code in VB.NET?
Thanks again,
Seever
Author
29 Nov 2005 8:57 AM
Juan T. Llibre
Hi, Seever.

When I find C# code that needs conversion to VB.NET,
I seldom translate it manually.

I generally pass the code through a tool like this one :

http://www.eggheadcafe.com/articles/cstovbweb/converter.aspx
and test the returned code.

It's easier to fix a minor flub or two than to translate pages of code.



Juan T. Llibre
ASP.NET.FAQ : http://asp.net.do/faq/
ASPNETFAQ.COM : http://www.aspnetfaq.com/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================

<sms1***@earthlink.net> wrote in message
Show quoteHide quote
news:1133241319.964855.34560@f14g2000cwb.googlegroups.com...
> Thank you very much both Steve and Juan for responding. I hate to say
> this, but I'm a VB coder ONLY and dont' have much experience with C#.
> In the first articles that Steve suggested the author says that sample
> VB.NET code is available, but i Couldn't find it. Would any of you know
> of a site that has the sample code in VB.NET?
> Thanks again,
> Seever
>

Bookmark and Share