What Operating System

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

    What Operating System

    I'm looking at diving into .net and have several questions.

    At this plant site we have a diversity of PC's with
    different operating systems from WIN98, Win2000 to XP-Home
    and XP-PRO and NT 4.0.

    Which operaing systems can the .net development system be
    installed on?

    Which operating systems can the .net application be
    deployed on?

    DO you need to worry about which system to develope on
    when deploying to several different systems?

    Darrell
  • Sreejumon[MVP]

    #2
    What Operating System

    Hi,

    You can install the .Net framework in 98,NT,XP, 2000 etc
    If you are developing web applacations using asp.net, then
    you need IIS 5.0 and above. So you need at 2000, XP, 2003
    etc.
    Please refer the following link for more info.


    regards
    Sreejumon[MVP]

    [color=blue]
    >-----Original Message-----
    >I'm looking at diving into .net and have several[/color]
    questions.[color=blue]
    >
    >At this plant site we have a diversity of PC's with
    >different operating systems from WIN98, Win2000 to XP-[/color]
    Home[color=blue]
    >and XP-PRO and NT 4.0.
    >
    >Which operaing systems can the .net development system be
    >installed on?
    >
    >Which operating systems can the .net application be
    >deployed on?
    >
    >DO you need to worry about which system to develope on
    >when deploying to several different systems?
    >
    >Darrell
    >.
    >[/color]

    Comment

    • John Timney \(ASP.NET MVP\)

      #3
      Re: What Operating System

      You can install it to NT4....you are correct that you cannot run any
      ASP.NET, but then I thik you can still run Cassini through Web Matrix on NT4
      to get asp.net functionality. Dont know about deployment problems though.

      Regards

      John Timney (ASP.NET MVP)

      "Darrell Wesley" <dwesley@ermc o-eci.com> wrote in message
      news:038801c362 aa$ce0a74e0$a50 1280a@phx.gbl.. .[color=blue]
      > We are not currently developing web based applications so
      > the IIS server is not in the picture. XML is not in the
      > picture.
      >
      > Main development will be VB running on client machines
      > accessing enterprise data on an IBM AS400.
      >
      > At one time I had read that it required Win2000 or better
      > for use as the development platform but then subsequently
      > I read that you could place it on an NT4.0 machine with
      > service pak 6a installed. Is that correct?(NT4 SP6a)
      >
      > I have also read nasties about developing on an XP class
      > machine and deploying on a Win98 machine with very bad
      > results.
      >
      > Darrell
      >
      > PS The net/basics site did not answer the question.
      >[color=green]
      > >-----Original Message-----
      > >Hi,
      > >
      > >You can install the .Net framework in 98,NT,XP, 2000 etc
      > >If you are developing web applacations using asp.net,[/color]
      > then[color=green]
      > >you need IIS 5.0 and above. So you need at 2000, XP, 2003
      > >etc.
      > >Please refer the following link for more info.
      > >http://www.microsoft.com/net/basics/
      > >
      > >regards
      > >Sreejumon[MVP]
      > >www.mstechzone.com
      > >[color=darkred]
      > >>-----Original Message-----
      > >>I'm looking at diving into .net and have several[/color]
      > >questions.[color=darkred]
      > >>
      > >>At this plant site we have a diversity of PC's with
      > >>different operating systems from WIN98, Win2000 to XP-[/color]
      > >Home[color=darkred]
      > >>and XP-PRO and NT 4.0.
      > >>
      > >>Which operaing systems can the .net development system[/color][/color]
      > be[color=green][color=darkred]
      > >>installed on?
      > >>
      > >>Which operating systems can the .net application be
      > >>deployed on?
      > >>
      > >>DO you need to worry about which system to develope on
      > >>when deploying to several different systems?
      > >>
      > >>Darrell
      > >>.
      > >>[/color]
      > >.
      > >[/color][/color]


      Comment

      • Michael Høtoft

        #4
        Re: What Operating System

        Hi John,
        I was also hit with confusing since some say 2000 and some say NT4 sp6. I
        did a little search on microsoft site and found, that the .Net platform
        (.NET Redestributable ) can be installed on NT4 sp6. Which means that you can
        run .NET programs on it. What you can NOT install is the .NET SDK or visual
        studio .Net. It is only supported on 2000 and forward.

        regards Michael


        Comment

        • John Timney \(Microsoft MVP\)

          #5
          Re: What Operating System

          Puzzling given I have it VS.NET installed on NT4 workstation.

          --
          Regards

          John Timney (Microsoft ASP.NET MVP)
          ----------------------------------------------
          <shameless_auth or_plug>
          Professional .NET for Java Developers with C#
          ISBN:1-861007-91-4
          Professional Windows Forms
          ISBN: 1861005547
          Professional JSP 2nd Edition
          ISBN: 1861004958
          Professional JSP
          ISBN: 1861003625
          Beginning JSP Web Development
          ISBN: 1861002092
          </shameless_autho r_plug>
          ----------------------------------------------

          "Michael Høtoft" <wmmihot@wmdata .dk> wrote in message
          news:urWrskvYDH A.3232@tk2msftn gp13.phx.gbl...[color=blue]
          > Hi John,
          > I was also hit with confusing since some say 2000 and some say NT4 sp6. I
          > did a little search on microsoft site and found, that the .Net platform
          > (.NET Redestributable ) can be installed on NT4 sp6. Which means that you[/color]
          can[color=blue]
          > run .NET programs on it. What you can NOT install is the .NET SDK or[/color]
          visual[color=blue]
          > studio .Net. It is only supported on 2000 and forward.
          >
          > regards Michael
          >
          >[/color]


          Comment

          • Darrell Wesley

            #6
            What Operating System

            We are not currently developing web based applications so
            the IIS server is not in the picture. XML is not in the
            picture.

            Main development will be VB running on client machines
            accessing enterprise data on an IBM AS400.

            At one time I had read that it required Win2000 or better
            for use as the development platform but then subsequently
            I read that you could place it on an NT4.0 machine with
            service pak 6a installed. Is that correct?(NT4 SP6a)

            I have also read nasties about developing on an XP class
            machine and deploying on a Win98 machine with very bad
            results.

            Darrell

            PS The net/basics site did not answer the question.
            [color=blue]
            >-----Original Message-----
            >Hi,
            >
            >You can install the .Net framework in 98,NT,XP, 2000 etc
            >If you are developing web applacations using asp.net,[/color]
            then[color=blue]
            >you need IIS 5.0 and above. So you need at 2000, XP, 2003
            >etc.
            >Please refer the following link for more info.
            >http://www.microsoft.com/net/basics/
            >
            >regards
            >Sreejumon[MVP]
            >www.mstechzone.com
            >[color=green]
            >>-----Original Message-----
            >>I'm looking at diving into .net and have several[/color]
            >questions.[color=green]
            >>
            >>At this plant site we have a diversity of PC's with
            >>different operating systems from WIN98, Win2000 to XP-[/color]
            >Home[color=green]
            >>and XP-PRO and NT 4.0.
            >>
            >>Which operaing systems can the .net development system[/color][/color]
            be[color=blue][color=green]
            >>installed on?
            >>
            >>Which operating systems can the .net application be
            >>deployed on?
            >>
            >>DO you need to worry about which system to develope on
            >>when deploying to several different systems?
            >>
            >>Darrell
            >>.
            >>[/color]
            >.
            >[/color]

            Comment

            • Sreejumon [MVP]

              #7
              Re: What Operating System

              Hi,

              For AS400 and .net conenction please refer the following link.



              regards
              Sreejumon


              "John Timney \(ASP.NET MVP\)" <timneyj@despam med.com> wrote in message news:<uabu06qYD HA.652@tk2msftn gp13.phx.gbl>.. .[color=blue]
              > You can install it to NT4....you are correct that you cannot run any
              > ASP.NET, but then I thik you can still run Cassini through Web Matrix on NT4
              > to get asp.net functionality. Dont know about deployment problems though.
              >
              > Regards
              >
              > John Timney (ASP.NET MVP)
              >
              > "Darrell Wesley" <dwesley@ermc o-eci.com> wrote in message
              > news:038801c362 aa$ce0a74e0$a50 1280a@phx.gbl.. .[color=green]
              > > We are not currently developing web based applications so
              > > the IIS server is not in the picture. XML is not in the
              > > picture.
              > >
              > > Main development will be VB running on client machines
              > > accessing enterprise data on an IBM AS400.
              > >
              > > At one time I had read that it required Win2000 or better
              > > for use as the development platform but then subsequently
              > > I read that you could place it on an NT4.0 machine with
              > > service pak 6a installed. Is that correct?(NT4 SP6a)
              > >
              > > I have also read nasties about developing on an XP class
              > > machine and deploying on a Win98 machine with very bad
              > > results.
              > >
              > > Darrell
              > >
              > > PS The net/basics site did not answer the question.
              > >[color=darkred]
              > > >-----Original Message-----
              > > >Hi,
              > > >
              > > >You can install the .Net framework in 98,NT,XP, 2000 etc
              > > >If you are developing web applacations using asp.net,[/color][/color]
              > then[color=green][color=darkred]
              > > >you need IIS 5.0 and above. So you need at 2000, XP, 2003
              > > >etc.
              > > >Please refer the following link for more info.
              > > >http://www.microsoft.com/net/basics/
              > > >
              > > >regards
              > > >Sreejumon[MVP]
              > > >www.mstechzone.com
              > > >
              > > >>-----Original Message-----
              > > >>I'm looking at diving into .net and have several[/color][/color]
              > questions.[color=green][color=darkred]
              > > >>
              > > >>At this plant site we have a diversity of PC's with
              > > >>different operating systems from WIN98, Win2000 to XP-[/color][/color]
              > Home[color=green][color=darkred]
              > > >>and XP-PRO and NT 4.0.
              > > >>
              > > >>Which operaing systems can the .net development system[/color][/color]
              > be[color=green][color=darkred]
              > > >>installed on?
              > > >>
              > > >>Which operating systems can the .net application be
              > > >>deployed on?
              > > >>
              > > >>DO you need to worry about which system to develope on
              > > >>when deploying to several different systems?
              > > >>
              > > >>Darrell
              > > >>.
              > > >>
              > > >.
              > > >[/color][/color][/color]

              Comment

              Working...