Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Default .NET Runtime Version

Tags:

.net

I have a few .NET versions under C:\WINDOWS\Microsoft.NET\Framework\

What system variable controls what gets run by default??

like image 584
Jack Kada Avatar asked Feb 24 '10 11:02

Jack Kada


1 Answers

It's the individual applications that determine on which version of the .NET framework it will run.

If you're talking about ASP.NET applications, the version it will run on is set in IIS.

like image 184
Jon Limjap Avatar answered Nov 15 '22 05:11

Jon Limjap