What Operating System

D

Darrell Wesley

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
 
J

John Timney \(ASP.NET MVP\)

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)
 
D

Darrell Wesley

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.
 
M

Michael Høtoft

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
 
J

John Timney \(Microsoft MVP\)

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

--
Regards

John Timney (Microsoft ASP.NET MVP)
----------------------------------------------
<shameless_author_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_author_plug>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top