Jason Weber
Jason Weber

Reputation: 5741

How can I tell if asp.net 4.0 is installed on my server?

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

Answers (2)

robasta
robasta

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:
enter image description here

Upvotes: 5

Luke Merrett
Luke Merrett

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

Related Questions