Reputation: 5741
I'm leasing a server from 1and1, and I can't get into the regedit. How can I tell if asp.net is installed, or if I need to install it?
Upvotes: 3
Views: 11456
Reputation: 4701
If you have internet access and IE, browse to http://www.hanselman.com/smallestdotnet/ in IE. It will tell you which .net you have installed.
See my screenshot below:
Upvotes: 5
Reputation: 5824
How do I tell if .NET 3.5 SP1 is installed?
If you can get to Add/Remove Programs on the control panel it should be listed there under:
Microsoft ASP.Net xxx
I have the version number 1.0.20105.0 in the control panel which is at least 4.0.
You could also go to "IIS" -> "Application Pools" -> Click on the "DefaultAppPool" and select "Basic Settings"; then under ".NET Framework version:" see if ".Net Framework v.4x" is there
Upvotes: 1