run asp.net without a web server

  • Thread starter Thread starter sms1973
  • Start date Start date
S

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
 
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
 
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/
======================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top