Hosting ASP .Net pages

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • sam

    Hosting ASP .Net pages

    Hi,

    Is it possible to host ASP .Net pages on a Novell Netware 6.5 server russing an apache 2.0 server...??

    Thanx,

    Sam
  • John Timney \(ASP.NET MVP\)

    #2
    Re: Hosting ASP .Net pages

    ask the Mono team

    --
    Regards

    John Timney
    ASP.NET MVP
    Microsoft Regional Director

    "sam" <computer_3000@ hotmail.com> wrote in message news:11d392feal n9ma4@corp.supe rnews.com...
    Hi,

    Is it possible to host ASP .Net pages on a Novell Netware 6.5 server russing an apache 2.0 server...??

    Thanx,

    Sam

    Comment

    • Daniel Jorge

      #3
      Re: Hosting ASP .Net pages

      You can't host on Apache server.

      Asp.Net needs to run under IIS (Windows environment)

      You can try some alternate option like Mono http://www.gotmono.net/ (for Linux and Unix-like plataforms) or Cassini (windows env too)!!!



      "sam" <computer_3000@ hotmail.com> wrote in message news:11d392feal n9ma4@corp.supe rnews.com...
      Hi,

      Is it possible to host ASP .Net pages on a Novell Netware 6.5 server russing an apache 2.0 server...??

      Thanx,

      Sam

      Comment

      • Dave Fancher

        #4
        Re: Hosting ASP .Net pages

        No, but if you want ASP.NET-like functionality and structure, you could look
        into Mono (http://www.mono-project.com/Main_Page |
        http://www.mono-project.com/Mono:About |
        http://www.mono-project.com/ASP.NET).

        HTH
        ----------------
        Dave Fancher


        "sam" <computer_3000@ hotmail.com> wrote in message
        news:11d392feal n9ma4@corp.supe rnews.com...
        Hi,

        Is it possible to host ASP .Net pages on a Novell Netware 6.5 server russing
        an apache 2.0 server...??

        Thanx,

        Sam


        Comment

        • Chance Hopkins

          #5
          Re: Hosting ASP .Net pages

          You can do it with Apache on Windows




          "sam" <computer_3000@ hotmail.com> wrote in message
          news:11d392feal n9ma4@corp.supe rnews.com...
          Hi,

          Is it possible to host ASP .Net pages on a Novell Netware 6.5 server russing
          an apache 2.0 server...??

          Thanx,

          Sam


          Comment

          • Juan T. Llibre

            #6
            Re: Hosting ASP .Net pages

            Actually, with the Apache module mod_aspdotnet,
            you *can* run ASP.NET apps on Apache.



            Also see http://httpd.apache.org/cli/




            Juan T. Llibre
            ASP.NET MVP

            Foros de ASP.NET en Español
            Ven, y hablemos de ASP.NET...
            =============== =======

            "Daniel Jorge" <daniel.portal. jorge@gmail.com > wrote in message
            news:enjICRahFH A.4000@TK2MSFTN GP12.phx.gbl...
            You can't host on Apache server.

            Asp.Net needs to run under IIS (Windows environment)

            You can try some alternate option like Mono http://www.gotmono.net/ (for Linux and
            Unix-like plataforms) or Cassini (windows env too)!!!



            "sam" <computer_3000@ hotmail.com> wrote in message
            news:11d392feal n9ma4@corp.supe rnews.com...
            Hi,

            Is it possible to host ASP .Net pages on a Novell Netware 6.5 server russing an apache
            2.0 server...??

            Thanx,

            Sam


            Comment

            • Juan T. Llibre

              #7
              Re: Hosting ASP .Net pages

              The Apache HTTP Server 2.0 mod_aspdotnet Module
              will serve ASP.NET pages on Apache.




              Oddly enough, the mod_aspdotnet module is not compatible other
              ..NET CLR interfaces, such as Rotor or Mono, and is only compatible
              with the WinNT port of Apache 2.0 and will only run on Windows NT SP6
              and beyond (2000, XP, and 2003).




              Juan T. Llibre
              ASP.NET MVP

              Foros de ASP.NET en Español
              Ven, y hablemos de ASP.NET...
              =============== =======

              "John Timney (ASP.NET MVP)" <timneyj@despam med.com> wrote in message
              news:OUWDWMahFH A.3540@TK2MSFTN GP14.phx.gbl...
              ask the Mono team

              --
              Regards

              John Timney
              ASP.NET MVP
              Microsoft Regional Director

              "sam" <computer_3000@ hotmail.com> wrote in message
              news:11d392feal n9ma4@corp.supe rnews.com...
              Hi,

              Is it possible to host ASP .Net pages on a Novell Netware 6.5 server russing an apache
              2.0 server...??

              Thanx,

              Sam


              Comment

              Working...