• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

what is .NET Framework 2.0?

edprush

Platinum Member
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.
 
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.
 
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.
 
Riht . . . example - Radeon Catlyst drivers and the Contolr Center will not install unless .NET Framework is installed.
 
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?
 
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.
 
Back
Top