what is .NET Framework 2.0?

edprush

Platinum Member
Sep 18, 2000
2,541
0
0
I was trying to install some software and it said that I needed to install .NET Framework 2.0.

What does .NET Framework do?

Does installing it open me up for more security risks?

Thanks.
 

daniel1113

Diamond Member
Jun 6, 2003
6,448
0
0
It's kinda like the java framework, and is needed to run any .NET programs. It is not a security risk for you to install.
 

stash

Diamond Member
Jun 22, 2000
5,468
0
0
It isn't for running any .NET program. It's for running programs developed with the .NET 2.0 framework. .NET 1.1 and .NET 2.0 are separate and can both be installed on a system, and that is sometimes required.
 

corkyg

Elite Member | Peripherals
Super Moderator
Mar 4, 2000
27,370
240
106
Riht . . . example - Radeon Catlyst drivers and the Contolr Center will not install unless .NET Framework is installed.
 

edprush

Platinum Member
Sep 18, 2000
2,541
0
0
What if a website was developed using .NET 2.0--would anyone trying to acess that site need to install .NET 2.0 if they hadn't already installed it? Or is .NET 2.0, in this case, purely server side?
 

MrChad

Lifer
Aug 22, 2001
13,507
3
81
Originally posted by: edprush
What if a website was developed using .NET 2.0--would anyone trying to acess that site need to install .NET 2.0 if they hadn't already installed it? Or is .NET 2.0, in this case, purely server side?

That would be ASP.NET, and only the server host would need the framework installed in order to run the site.