|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
run asp.net without a web serverI 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 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/ -- Show quoteHide quoteI hope this helps, Steve C. Orr, MCSD, MVP http://SteveOrr.net <sms1***@earthlink.net> wrote in message 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 > 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 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/ ====================================== <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 >
Other interesting topics
How to add a small HTML table under a row of a GridView
Application["TotalPlayings"]++ doesn't work Visual Web Developer Express How do I build Code-behind into DLL in bin folder Source Control Products??? Downloading file from database A translatable website Problem Running ASP.NET/ASP App Under VS 2005 ASP classic -> ASP.NET 2.0 Cannot display Chinese data from database Application and Session state stored in SQL Server |
|||||||||||||||||||||||