run asp.net without a web server

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • sms1973@earthlink.net

    run asp.net without a web server

    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

  • Steve C. Orr [MVP, MCSD]

    #2
    Re: run asp.net without a web server

    Yes, here are a couple articles that should help you get started:



    --
    I hope this helps,
    Steve C. Orr, MCSD, MVP



    <sms1973@earthl ink.net> wrote in message
    news:1132904771 .928210.107820@ g49g2000cwa.goo glegroups.com.. .[color=blue]
    >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
    >[/color]


    Comment

    • Juan T. Llibre

      #3
      Re: run asp.net without a web server

      Besides the links Steve posted, take a look at this, too :

      Learn with interactive lessons and technical documentation, earn professional development hours and certifications, and connect with the community.



      Juan
      Posting from Longhorn, using Thunderbird,
      because my server's fan is on the blink.
      It's getting replaced today.
      =============== =============== ==========
      sms1973@earthli nk.net wrote:[color=blue]
      > 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[/color]

      Comment

      • sms1973@earthlink.net

        #4
        Re: run asp.net without a web server

        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

        Comment

        • Juan T. Llibre

          #5
          Re: run asp.net without a web server

          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 :


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

          <sms1973@earthl ink.net> wrote in message
          news:1133241319 .964855.34560@f 14g2000cwb.goog legroups.com...[color=blue]
          > 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
          >[/color]


          Comment

          Working...