Do we need Framework to run ASP.NET page

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

    Do we need Framework to run ASP.NET page

    Hi Gurus,
    I am wondering if we need to install DotNet framework on all the machines to
    run pages developed in ASP.NET.

    Can we also run the pages on Linux/Unix?

    Thanks, Tim


  • Rory Becker

    #2
    Re: Do we need Framework to run ASP.NET page

    Hello tim,
    I am wondering if we need to install DotNet framework on all the
    machines to
    run pages developed in ASP.NET.
    Yes you do
    Can we also run the pages on Linux/Unix?
    DotNet on linux is unsupported by Microsoft (I think) but there is a project
    called Mono which exists to support a linux version of the .Net frameowrk.
    I do not know if they have ASP.Net in it though.

    --
    Rory


    Comment

    • Eliyahu Goldin

      #3
      Re: Do we need Framework to run ASP.NET page

      If you mean client browser machines, they don't need to have the framework.
      ASP.NET ends up with producing standard html that can be consumed by any
      browser on any platform.

      --
      Eliyahu Goldin,
      Software Developer
      Microsoft MVP [ASP.NET]




      "Tim" <Tim@nospaml.co mwrote in message
      news:uq2Qgxw8IH A.3624@TK2MSFTN GP05.phx.gbl...
      Hi Gurus,
      I am wondering if we need to install DotNet framework on all the machines
      to run pages developed in ASP.NET.
      >
      Can we also run the pages on Linux/Unix?
      >
      Thanks, Tim
      >
      >

      Comment

      • Juan T. Llibre

        #4
        Re: Do we need Framework to run ASP.NET page

        Tim asked...

        re:
        !I am wondering if we need to install DotNet framework on all the machines to run pages developed in ASP.NET.

        You can view pages developed in ASP.NET in any browser.

        re:
        !Can we also run the pages on Linux/Unix?

        You'll need mod_mono, an Apache module. More info/download link here :






        Juan T. Llibre, asp.net MVP
        asp.net faq : http://asp.net.do/faq/
        foros de asp.net, en espaƱol : http://asp.net.do/foros/
        =============== =============== ========
        "Tim" <Tim@nospaml.co mwrote in message news:uq2Qgxw8IH A.3624@TK2MSFTN GP05.phx.gbl...
        Hi Gurus,
        I am wondering if we need to install DotNet framework on all the machines to run pages developed in ASP.NET.
        >
        Can we also run the pages on Linux/Unix?
        >
        Thanks, Tim
        >
        >

        Comment

        • Mark Rae [MVP]

          #5
          Re: Do we need Framework to run ASP.NET page

          "Rory Becker" <rorybecker@new sgroup.nospamwr ote in message
          news:3af103471b 1c88cac12ea0504 12f@news.micros oft.com...
          >I am wondering if we need to install DotNet framework on all the
          >machines to run pages developed in ASP.NET.
          >
          Yes you do
          No you don't - see the other replies...


          --
          Mark Rae
          ASP.NET MVP


          Comment

          • Evan Camilleri

            #6
            Re: Do we need Framework to run ASP.NET page

            You need the .NET framework on the IIS server only.
            Client PCs (browsers) do NOT need it and so linux/any O.S. users can see you
            pages.

            Evan Camilleri




            "Tim" <Tim@nospaml.co mwrote in message
            news:uq2Qgxw8IH A.3624@TK2MSFTN GP05.phx.gbl...
            Hi Gurus,
            I am wondering if we need to install DotNet framework on all the machines
            to run pages developed in ASP.NET.
            >
            Can we also run the pages on Linux/Unix?
            >
            Thanks, Tim
            >
            >

            Comment

            Working...